What is a pure virtual function?
Why is it represented as = 0...how is the internal
implementation for the same
Answer Posted / viji
A virtual function with a null body is said to be pure
virtual function.
The pure virtual function can be defined later in its
derived class.......
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Write a C++ Program to check whether a number is prime number or not?
What is singleton pattern in c++?
What is the keyword auto for?
Where the memory to the static variables is allocated?
What is the use of default constructor?
Is java a c++?
List the features of oops in c++?
Explain all the C++ concepts using examples.
What are vtable and vptr?
Which is best c++ or java?
What is protected inheritance?
What are the new features that iso/ansi c++ has added to original c++ specifications?
What is the best c++ ide?
What is c++ course?
What are the classes in c++?