11.
What is the purpose of using the 'explicit' keyword in front of a constructor declaration in C++?

13.
Which of the following statements about destructors in C++ is true?

14.
In C++, what is the purpose of the 'this' pointer in a class member function?

16.
In C++, what is the difference between a shallow copy and a deep copy?

17.
What is the difference between a constructor and a normal member function in C++?

18.
What happens if a class does not define any constructors in C++?

19.
What is the purpose of the 'static' keyword in C++ class members?