Which value is returned by the destructor of a class-02891
Which value is returned by the destructor of a class?
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Lecture No.27 - Quiz No.1.
Which value is returned by the destructor of a class?
Destructors do not return a value.
A pointer to the class
An object of the class.
None of the given options