22.
What is the purpose of using constructor initialization lists in C++?

25.
What happens if a destructor is made private in a C++ class?

27.
What is the primary purpose of the explicit keyword in a C++ constructor?

28.
In C++, what is the order of constructor and destructor calls for a class hierarchy?

29.
What happens if a constructor throws an exception in C++?