Skip to content

Latest commit

 

History

History

s1h

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
1.h Create a class that has a static inner class and a method local inner class. Make instances of each class. Create code that accesses the inner classes’ members from the outer class. Create a code that accesses the outer class’s members from within the inner classes.

Time: 1.5h