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
What does trim () do in javascript?
What is printf in php?
what is difference between PHP4 , PHP5
Explain what is the difference between session and cookie?
How to register a variable in PHP session?
Do you know what is the difference between the include() and require() functions?
What is static in php?
What is the ioncube php loader?
how retrive the video file in php using video tag
Which is better #define or enum?
Does php has a future?
How many types of array are there in php?
What is php session start?
How do you parse and process html/xml in php?
How can you compare objects in php?