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)