sloog


{ City }
< Country > usa
* Profession *
User No # 17194
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 10
Users Marked my Answers as Wrong # 1
Questions / { sloog }
Questions Answers Category Views Company eMail




Answers / { sloog }

Question { 5268 }

What is the purpose of destructor ?


Answer

Because destructors are are called when objects are
destroyed, they can be used for flushing a resource or
logging information on object destruction.

Is This Answer Correct ?    10 Yes 1 No