InterviewSolution
Saved Bookmarks
| 1. |
Define A Constructor? |
|
Answer» Constructor is a method USED to initialize the state of an OBJECT, and it gets invoked at the time of object creation. RULES forconstructor are:. Constructor is a method used to initialize the state of an object, and it gets invoked at the time of object creation. Rules forconstructor are:. |
|