McqMate
| Q. |
Which of the following statement is correct whenever an object goes out of scope? |
| A. | The default constructor of the object is called. |
| B. | The parameterized destructor is called. |
| C. | The default destructor of the object is called. |
| D. | None of the above. |
| Answer» C. The default destructor of the object is called. | |
View all MCQs in
Object Oriented Programming with C++ (OOP in C++)No comments yet