a member function that is automatically invoked at the time when object goes out of scope
Answers
Answered by
1
Answer:
destructor
Explanation:
destructor is a member function that is called by compiler when object goes out of scope
Similar questions