Multiple Choice
What contains the actions you require when an instance of a class is destroyed, such as when the instance goes out of scope?
A) class constructor
B) constructor initializer
C) destructor
D) parameterless constructor
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Predefined types such as int, double, and
Q2: Write an example method that overrides the
Q3: What is the difference between overriding a
Q4: Like any other C# method, constructors can
Q5: If you don't write a constructor for
Q7: Briefly describe what an object initializer does
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