Objectica`
Message
ClassAttributes::access
MORE INFORMATION
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
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
This loads the package.
In[1]:=
Private class member can only be accessed from the class in which they are defined.
In[2]:=
Out[2]=
This is not affected by the use of
Super
.
In[3]:=
Out[3]=
Protected class members cannot be used outside the class hierarchy.
In[4]:=
Out[4]=
SEE ALSO
ClassAttributes
RELATED LINKS
Objectica
Symbols and Numbers (makers of Objectica)