Blue Ray Plus - Latest Technology News - Stories tagged with difference between constructor and destructor
1
Ups

What is the difference between constructor and destructor in C++? - Programming Q&A

posted by adminadmin 320 days, 13 hours, 48 minutes ago
Friday, August 03, 2012 4:56:11 AM GMT
LoginRegisterAll ActivityQuestionsUnansweredTagsAsk a QuestionBooks @ProAnswers Enter your email address: C Books Guide and List C++ Books Guide and List Best Java Books+3 votesc++cppaskedanonymous editedpa3 Answers0 votes Best answer Constructor: Constructor is Used to Initialize the Object. Constructor can takes arguments. Constructor overloading can be possible means more than one constructors can be defined insame class. Constructor has same name as class name. ... (more)
category: OOPS | clicked: 0 | comment | | source: proanswers.org
tags: difference between constructor and destructor