Computer Science, asked by jayantitapey3, 6 months ago

a member function that is automatically invoked at the time when object goes out of scope

Answers

Answered by tanisha341
1

Answer:

destructor

Explanation:

destructor is a member function that is called by compiler when object goes out of scope

Similar questions