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
What are the main features of c++?
What is #include sstream?
What is purpose of new operator?
What do you mean by a template?
What are disadvantages of pointers?
Write about c++ storage classes?
Can union be self referenced?
Will the following program execute?
What is the best c++ book for beginners?
which operator is used for performing an exponential operation a) > b) ^ c) none
If I is an integer variable, which is faster ++i or i++?
What is pair in c++?
Explain object slicing in c++?
What is the first name of c++?
How is data hiding achieved in c++?