Difference between static and non static inner class?
A non-static inner class may have object instances that are associated with instances of the class's outer class.
A static inner class does not have any object instances.
A static inner class does not have any object instances.
Static and non static inner class?
Reviewed by MCH
on
April 18, 2014
Rating:
No comments: