Roles: Composable Units of Object Behavior

11
A significant new part of Perl 6’s object model and type system is the addition of roles. Part of their origin is an implementation in Smalltalk (there called traits). They also solve some systemic problems of other OO systems.

Link: oreillynet.com

Category:

  • Perl