- What is a non-default (or “alternative”) constructor?
- If we define a non-default constructor, will C++ generate an implicitly defined default constructor?
- What is
this
and when do we use thethis
keyword? - What is a destructor?
- A destructor will automatically release memories that are allocated in the constructor- true or false?