1.

Which of the following statements are not true about destructor?1. It is invoked when object goes out of the scope2. Like constructor, it can also have parameters 3. It can be virtual 4. It can be declared in private section5. It bears same name as that of the class and precedes Lambda sign.

A. Only 2, 3, 5
B. Only 2, 3, 4
C. Only 2, 4, 5
D. Only 3, 4, 5
Answer» D. Only 3, 4, 5


Discussion

No Comment Found