🎴 Flashcard Mode

C++ Object Oriented Programming Fundamentals

Card1 / 24
Mastered0
Review0
QuestionClick to flip

Which of the following is a special member function that is automatically called whenever an object of the class is destroyed?

AnswerClick to flip back
A
Destructor
💡 Explanation:

Destructor is a special member function that is automatically called whenever an object of the class is destroyed.

Change Mode