A special member function of a class, which is invoked automatically whenever an object goes out of the scope is called
Correct Answer: Destructor
Explanation:
Destructor is a special member function of a class, which is invoked automatically whenever an object goes out of the scope. It has the same name as its class with a tilde character prefixed.