Objectica`
Message
Override::private
MORE INFORMATION
Generated for
Class
[
child
,
parent
]:={
Override
.
member
=
val
}
if
member
is defined in
parent
and is
Private
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
This loads the package.
In[1]:=
A class member may only claim to override a parent class member, if such a member exists and is accessible.
In[2]:=
Out[2]=
Without the qualifier, no message is printed.
In[3]:=
Alternatively, the access can be adopted.
In[4]:=
SEE ALSO
Override
RELATED LINKS
Objectica
Symbols and Numbers (makers of Objectica)