Objectica` Message

ClassAttributes::access

  • Generated when child in Class[child, parent] tries to access member in Class[parent]:={Private.member=val} or New.any[].member is called for Class[any]:={member=val} and member is not Public.
This loads the package.
In[1]:=
Click for copyable input
Private class member can only be accessed from the class in which they are defined.
This is not affected by the use of Super.
Protected class members cannot be used outside the class hierarchy.