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 |
Is c++ faster than c?
State the difference between delete and delete[].
How many characters are recognized by ANSI C++?
What is a built-in function?
What is c++ stringstream?
What is command line arguments in C++? What are its uses? Where we have to use this?
What is an operator function? Describe the function of an operator function?
Define a pointer to a data member of the type pointer to pointer?
What does iomanip mean in c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Explain the isa and hasa class relationships. How would you implement each?