Answer Posted / sunil kumar
A destructor is used to destroy the objects that have been
created earlier.Destructor is a member function whose name
is the same as the class name but is preceded by tilde sign.
It never takes any argument nor it returns any value.It`ll
be invoked implicitly by the compiler upon exit from the
program to clean up storage that is no longer accessible.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How the result set of mysql be handled in php?
Who is the father of php?
Is age interval or ordinal?
Do you know how to delete a file from the system?
Where can I learn php?
What is a php object?
What are the different errors in php?
How are php sessions stored?
How to do single and multi line comment in php?
What is a php 5?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
What is the use of get and post method in php?
What is the best way to test the strpos() return value in php?
Please explain is it possible to use com component in php?
What is the best php framework 2018?