hey, I was just wondering what's the difference between having
your inner classes defined as public/private or protected and what are the implications of this?
thanks,
newbie
Printable View
hey, I was just wondering what's the difference between having
your inner classes defined as public/private or protected and what are the implications of this?
thanks,
newbie
Write some code to test an inner class of each access level and test it to see what happens.