adplus-dvertising
frame-decoration

Question

What operation can be performed by destructor?

a.

Abort the program

b.

Resource cleanup

c.

Exit from the current block

d.

None of the mentioned

Answer: (b).Resource cleanup

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What operation can be performed by destructor?

Similar Questions

Discover Related MCQs

Q. What is the main purpose of the constructor?

Q. Why is it expensive to use objects for exception?

Q. Which alternative can replace the throw statement?

Q. What are the disadvantages if use return keyword to return error codes?

Q. What is most suitable for returning the logical errors in the program?

Q. What is the use of RAII in c++ programing?

Q. How many levels are there in exception safety?

Q. Pick out the correct statement for error handling alternatives.

Q. What will happen when an exception is not processed?

Q. Which header file is used to declare the standard exception?

Q. Where are standard exception classes grouped?

Q. How many types of standard exception are there in c++?

Q. Which of the following is best to include under try block?

Q. What are the perdefined exceptions in c++?

Q. A default catch block catches

Q. Adding a derived class to a base class requires fundamental changes to the base class

Q. If you create an instantiation of a class template with an int, and then create a second instantiation with a double, then

Q. The type to be used in an instantiation of a class template follows ________

Q. When an object-oriented program detects an error within a function, the function _________

Q. When you create a derived class and instantiate an object _____