Inner Classes

Submitted by Little Tutorials » An inner class is a class declared inside another class. The enclosing class can be a top level class or another inner class. The reason for using inner classes is to properly implement composition when the life of inner class instances are controlled by the outer class instance.
Rating: 3.2/5 | 68 clicks | 0 comments | 0 saves | share | report

Additional statistics

Average rating: 3.25/5.0
Clicks today: 4
Clicks this month: 68
Clicks total: 68
Number of comments: 0
Number of saves: 0