I am a beginner of C++. I am being confused about the Constructor, destructor and default constructor. When and How Do I will understand that I have to add a constructor, destructor and default ...
Hi,<BR><BR>I have a base class whose destructor is pure virtual, so the class is abstract.<BR><BR>I have a derived class (subtype) whose multi-argument constructor wants to call the base class's zero ...