Multiple Choice
The name of a destructor must begin with
A) a capital letter.
B) an underscore.
C) the name of the class.
D) a tilde (~) .
E) none of the above.
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
Q35: A class may have default constructor(s)and destructor(s).<br>A)more
Q36: Public members of a class object can
Q40: The is used to protect important data.<br>A)protect()member