Can you inherit private members of a class?

Technology CommunityCategory: OOPCan you inherit private members of a class?
VietMX Staff asked 3 years ago

No, you cannot inherit private members of a class because private members are accessible only to that class and not outside that class.