View · Index

Mixin Classes

XOTcl supports in addition to classical class hierarchies Mixin classes to implement orthogonal aspects
  • Per-Object Mixins: to modify the behavior of a single object
  • Per-Class  Mixins: to modify the behavior of all instances of a class
Typical examples: loggers, persistence, renderers, ....