🔰delegation

JSvalueobjectclasscreate ⟩ by delegation

create a class that delegates to instances of other classes.

🈯 synonyms: "composition"

  • Bag - manage items/counts by delegating to an inner Map object.

Last updated