What is a pure virtual function?
Why is it represented as = 0...how is the internal
implementation for the same
Answer Posted / vikas
A pure virtual function makes a class abstract.0 is used in
its representation to distinguish it from a normal virtual
function. More at
http://www.cppquestions.com/viewtopic.php?f=26&t=14
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is meant by entry controlled loop? What all C++ loops are exit controlled?
What is encapsulation in c++ with example?
Why c++ is called oop?
What is the use of :: operator in c++?
What is the full name of logo?
What are the advantages of prototyping?
Are php strings immutable?
Which software is best for programming?
How does list r; differs from list r();?
Why do we use setw in c++?
Explain how the virtual base class is different from the conventional base classes of the opps.
What is class and structure in c++?
Explain one method to process an entire string as one unit?
What is c++ hash?
What is a node class in c++?