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