Solved

If a Class Contains the Default Constructor and No Values

Question 2

Multiple Choice

If a class contains the default constructor and no values are specified when the object is declared, the ____ executes and initializes the object.


A) default destructor
B) first destructor in the program listing
C) last constructor in the program listing
D) default constructor

Correct Answer:

verifed

Verified

Related Questions