GeeksforGeeks » Interview Questions
Interview Question for Software Engineer/Developer about Object Oriented
(4 posts)-
Can a destructor be overloaded?
-
the C++ standard defines that a conforming compiler only allows for 1 destructor per class.
-
Saying is "there is only last destination after creation and that is Destruction". There is not point in having a facility of overloading a destructor.Ultimately every things needs to go off back and letting things go off back is the only way.Creating objects in multiple ways makes sense but destroying the same type of objects in different ways is no-sense as ultimately one is destroying the same thing
-
Google + for iPhone now obtainable on the App Store. The app permits you to access the stream, the circles, the profile and more. You might upload pictures, examine the stream of your circles, interact with others, and do a lot of what you'd count on to do with Google + in your iPhone. For more information verify
http://www.dailystrength.org/people/641069/journal
Reply
You must log in to post.