Learning Java/Objects and Classes: Difference between revisions

Content deleted Content added
Line 89:
a nested class can have a nested class or more too.
 
nested classes act just like normal classes, but they cannot be called from other classes, and they canhave accsesaccess to all variables from same level and higher.
 
==Constructor==