Question

Q1: Which of the following is not true of a constructor and destructor of the same class?
a. They both have the same name aside from the tilde (~) character.
b. They are both usually called once per object created.
c. They both are able to have default arguments.
d. Both are called automatically, even if they are not explicitly defined in the class.

Answer

This answer is hidden. It contains 40 characters.