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
Explain the differences between list x; & list x();.
What is the difference between the functions memmove() and memcpy()?
What is an inclusion guard?
Why c++ is created?
Explain terminate() function?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is the return value of the insertion operator?
What is the full name of logo?
Is overriding possible in c++?
What is a buffer c++?
What is the best c++ book for beginners?
What is linked list in c++?
What is prototype for that c string function?
How a new operator differs from the operator new?
Write a program which uses Command Line Arguments