posted 19 years ago
hi,
Not all the members of super class are inherited (u are right). only members that are accessible and visible are considered inherited by subclass . if the class is itself not accessible then the members of the class are not visible. if an accessible class has a private member then that member is not inherited.
private members are niether inherited nor hidden
for a sub class private members in super class does not exist.
So probably they mean that " the members that are accessible and visible are inherited"
hope this helps
thank u,
Saravanakumar R