JiiPee
unread,Apr 27, 2016, 11:25:51 AM4/27/16You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
In C++ protected members can only be called from inherited classes. In
java they can also be called from package-classes, even if not inherited.
My questions is, that if I want only the inherited classes to see the
protected members what is the right way to do it? Is it that I have to
put them into a separate package? I have to create a new package and do
it there? Is this the normal way to do this?