Gyh's Braindump

Delegation

tags
Design Pattern
source
DT-On Java 8

Intro

positioneaseboxintervaldue
front2.5036.002021-01-28T20:29:51Z

A midway between Inheritance and Composition, because you place a member object in the class you’re building (like composition), but at the same time you expose all (or part of) the methods from the member object in your new class (like inheritance).

Links to this note