Answer Posted / vikas
Note that even if the destuctor is pure virtual, the class
would become abstract.
Vikas
http://www.cppquestions.com/
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is do..while loops structure?
What are the features of oop?
How to declare an array of pointers to integer?
How does a C++ structure differ from a C++ class?
What is a COPY CONSTRUCTOR and when is it called?
What is wrapper class in c++?
Is c++ a good first language to learn?
Explain the difference between static and dynamic binding of functions?
If a header file is included twice by mistake in the program, will it give any error?
What is pointer in oop?
Which is the best c++ compiler?
Is c++ a difficult language?
Explain why C++ is not purely Object Oriented Language
What is abstraction example?
What is prototype in c++ with example?