Multiple Choice
If a class is named MyClass,what must the destructor be named?
A) Erase
B) MyClass
C) Any name the programmer wishes except the name of the class
D) ~MyClass
E) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A pointer is an address,an address is
Q2: Give three uses for the * operator.Name
Q3: Your program creates a dynamically allocated array
Q4: Why did C++11 introduce the nullptr constant
Q6: Suppose we have the following definitions and
Q7: Dynamic variables or dynamically allocated variables in
Q8: It is an error to call the
Q9: Give the sequence of steps for creating
Q10: Pointer variables are just memory addresses and
Q11: There should eventually be a call to