posted 21 years ago
Hi Ray,
Static variables will be inherited unless
they have a private access modifier.
Maybe the following example can help a little:
As you can see you don't even have to have an instance of
the KidStatic in order to access the static variable.
Greetings,
Gian Franco
[ January 29, 2004: Message edited by: Gian Franco Casula ]