C++
Programming and Technical
What is the point in making a destructor "virtual"?
a) There is no value.
b) C++ uses it for memory leak detection.
c) It causes the derived class destructor to be
called upon delete.
d) A derived class destructor is always called, it just
changes the order of calling
Read Solution (Total 0)
C++ Other Question