Multiple Choice
A class may have default constructor(s) and destructor(s) .
A) more than one, only one
B) only one, only one
C) only one, more than one
D) no, only one
E) more than one, more than one
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: A constructor is a public class function
Q15: A constructor is a public class function
Q30: member function may be called by a
Q31: A destructor is a member function that<br>A)is
Q32: Objects permit data hiding. This means they
Q33: If Circle is the name of a
Q34: If Square is the name of a
Q36: Public members of a class object can
Q38: The name of a destructor must begin
Q40: The is used to protect important data.<br>A)protect()member