InterviewSolution
Saved Bookmarks
| 1. |
What Is The Syntax For Calling An Overloaded Constructor Within A Constructor (this() And Constructorname() Does Not Compile)? |
|
Answer» The syntax for calling ANOTHER CONSTRUCTOR is as follows: The syntax for calling another constructor is as follows: |
|