Under what conditions a destructor destroys an object?
Options
- Scope of existence has finished
- Object dynamically assigned and it is released using the operator delete.
- Program terminated.
- Both a and b.
CORRECT ANSWER : Both a and b.
Write your comments