Version 0 of delegation

Updated 2003-05-26 18:04:38

Concept in object-oriented design. Creation of object classes by creating a new classes whose instance state contains references to one or more objects of different classes, and then forwards method invocations on itself to these wrapped objects. This is sometimes also called wrapping, or overloading.


[ Category Concept ]