InterviewSolution
Saved Bookmarks
| 1. |
Name the two types of constructors |
|
Answer» Two types of constructor : (i) default constructor (ii) parameterized constructor. |
|