Answer Posted / guest
Virtual Destructor can be called at runtime and respected
destructor function will be called depending upon the type
of object calling to.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When must you use a pointer rather than a reference?
What is else syntax in c++?
What is the difference between cin.read() and cin.getline()?
How do you find out if a linked-list has an end?
Write a program to show polymorphism in C++?
Name the implicit member functions of a class.
Explain the differences between list x; & list x();.
How come you find out if a linked-list is a cycle or not?
What is prototype for that c string function?
What are the vectors in c++?
Do class declarations end with a semicolon? Do class method definitions?
What is c++ library?
What gives the current position of the put pointer?
Does improper inheritance have a potential to wreck a project?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.