Multiple Choice
What statement regarding the use of destructors is accurate?
A) A destructor performs actions when a class is instantiated.
B) A destructor must be explicitly created.
C) To declare a destructor, you must use a dash - followed by the class name.
D) You cannot provide any arguments to a destructor.
Correct Answer:

Verified
Correct Answer:
Verified
Q8: Even though you can't specify this modifier
Q9: Besides being known as a class client,
Q10: A parameter that is undeclared and that
Q11: Creating an object requires two steps that
Q12: What kind of property is one in
Q14: When you create an array of objects,
Q15: What class access modifier should you utilize
Q16: Only nonstatic methods receive a this reference.
Q17: What class access modifier means that access
Q18: As an alternative to repeating code in