InterviewSolution
Saved Bookmarks
| 1. |
What Is Inner Class? |
|
Answer» If the methods of the inner CLASS can only be accessed VIA the INSTANCE of the inner class, then it is called inner class.> If the methods of the inner class can only be accessed via the instance of the inner class, then it is called inner class.> |
|