posted 16 years ago
My understanding is that inner classes are no different in terms of access modification as other class members, thus I was expecting the following to compile:
is being used over here in package B
Why can I not access the protected inner class when ClassB is inheriting it as is the case with the protected method?
thanks in advance!
[ August 08, 2008: Message edited by: Chris Jones ]
[ August 08, 2008: Message edited by: Chris Jones ]