InterviewSolution
Saved Bookmarks
| 1. |
What Is An Inner Class? |
|
Answer» INNER CLASS is a class defined inside another class and act LIKE a MEMBER of the enclosing class. Inner class is a class defined inside another class and act like a member of the enclosing class. |
|