InterviewSolution
Saved Bookmarks
| 1. |
Can you call one constructor from another if a class has multiple constructors? |
|
Answer» Yes, use this() syntax. |
|