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 vector string in c++?
What is &x in c++?
What is srand c++?
Out of fgets() and gets() which function is safe to use and why?
What is basic if statement syntax?
What is istream c++?
List the types of polymorphism in c++?
Explain the term memory alignment?
How does c++ sort work?
How to give an alternate name to a namespace?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Explain the static member function.
What is exception handling? Does c++ support exception handling?
How did c++ start?
Should I learn c++ c?