InterviewSolution
Saved Bookmarks
| 1. |
Can you call a constructor of a class inside the another constructor? |
|
Answer» YES, the concept can be TERMED as constructor chaining and can be achieved USING this(). |
|