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
How come you find out if a linked-list is a cycle or not?
Why do we use classes in c++?
Define whitespace in C++.
What is array in c++ example?
If a function doesn’t return a value, how do you declare the function?
Why is c++ still used?
Do class method definitions?
What is a memory leak c++?
What is the best it certification?
Is set c++?
Describe new operator?
What is the exit function in c++?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What do you mean by public protected and private in c++?
What is array give example?