What about Virtual Destructor?
Answer / 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 |
What is "strstream" ?
Write the program for fibonacci in c++?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
structure contains int, char, float how it behaves for big endian and little endian?
Explain stack unwinding.
Are vectors passed by reference c++?
What apps are written in c++?
What kind of problems can be solved by a namespace?
Explain how overloading takes place in c++?
What does new return if there is insufficient memory to make your new object?
Difference between class and structure.
When should you use global variables?