Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which of the following is NOT true about pure virtual function?

  Shared By: Lucas Bouchard    Date: Mar 20    Category: C++ Programming    Views: 806

Answer:

Options

a) It is also called do-nothing function
b) It cannot declare its own objects
c) A virtual function, which is not equated to zero is called a pure virtual function
d) None of the above


Answer : c) A virtual function, which is not equated to zero is called a pure virtual function

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: