📚 Practice Mode

C++ Object Oriented Programming Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 24
Multiple Choice

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

  1. Constructor
  2. Destructor
  3. Delete operator
  4. Friend
  5. Member