C++
Programming and Technical
When I write a derived class's destructor, do I need to explicitly call the destructor for my
base class?
Read Solution (Total 0)
C++ Other Question
When I write a destructor, do I need to explicitly call the destructors for my member objects?
Is there any difference between List x; and List x();?