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 insertion sorting?
What is the use of main function in c++?
Why do we need constructors in c++?
Name four predefined macros.
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What is the difference between a "copy constructor" and an "assignment operator" in C++?
What is the header file for setw?
Can we define a constructor as virtual in c++?
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
Can c++ be faster than c?
Why the usage of pointers in C++ is not recommended ?
Discuss the possibilities related to the termination of a program before entering the mainq method?