Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 1 (Q.No. 25)
25.
A function that is called automatically each time an object is destroyed is a
constructor
destructor
destroyer
terminator
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Vijay malia said:   1 decade ago
Destructor always called by itself at the end of the scope of object.

Post your comments here:

Your comments will be displayed after verification.