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 the two main roles of operating system?
Why is polymorphism useful?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
What do you mean by funtion prototype?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What are the unique features of C++.
Why was c++ created?
What is the best c++ compiler for windows 10?
Why is c++ is better than c?
What do you mean by translation unit in c++?
State the difference between pre and post increment/decrement operations.
Can malloc be used in c++?