|
Perl 6
SMOP p6opaque Implementation: Revision 4
The p6opaque Responder Interface is the default responder for all Perl 6 objects. BasicsThis is a prototype-based OO system. It means that a class is simply an undefined object. The following assumptions help to understand it:
This stablishes the following relationships:
Implementation
|