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
When do we run a shell in the unix system? How will you tell which shell you are running?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
write a function signature with various number of parameters.
What is pair in c++?
What is a pointer how and when is it used?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
How are the features of c++ different from c?
Why do you use the namespace feature?
What are static variables?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is the difference between a template and a macro?
What is the full form of oops?
What are the extraction and insertion operators in c++? Explain with examples.
Find the Factorial of a number using a program.
what is the difference between a pointer and a reference?