Last updated 2 years ago
JS ⟩ value ⟩ object ⟩ class ⟩ create ⟩ 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.