InterviewSolution
Saved Bookmarks
| 1. |
Explain the usage of this() with constructors? |
|
Answer» It is used with variables or methods and used to call constructer of same class. |
|