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
Why multiple inheritance is not possible?
How much maximum can you allocate in a single call to malloc()?
What is a memory leak c++?
What is difference between data abstraction and encapsulation?
explain sub-type and sub class? atleast u have differ it into 4 points?
What are features of c++?
Carry out conversion of one object of user-defined type to another?
Explain virtual destructor?
What are the sizes and ranges of the basic c++ data types?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Define 'std'.
Give two or more real cenario of virtual function and vertual object
What is the operator in c++?
Do you know what are static and dynamic type checking?
Explain unexpected() function?