Dear all,
I read from some materials that all members of a class are inherited. Is it really true for private members.
If it does, that means the subclass will also contain the private member from the superclass. Therefore, the subclass should be able to access it, say from within the subclass itself.
Actually, it is not. When I access the private member from within the subclass. The compiler will not let me go.
Can anybody clear my brain?
Regards,
Gigi.