Next: Discovering the Power of
Up: General Programming Patterns and
Previous: Relation between classes
Contents
Meta Object Protocol Pattern
The pattern implements
a dynamic object model. In a this model methods can
be dynamically created, modified and deleted. Such a dynamic object model
is available in Common Lisp under the name of CLOS. In Scheme it is very easy to create
your own static as well as dynamic object system. In A++ it was most likely never attempted
but would not be impossible.
Georg P. Loczewski
2004-03-05