E
E
Exvel2016-04-08 17:52:43
Design patterns
Exvel, 2016-04-08 17:52:43

How to name the following construction/pattern?

Roughly speaking...
If an object translates one interface into another, then it's an adapter.
If an object hides the complexity of another object, then it is a facade.
And how to call the following: An
object collects a collection of objects with a single interface, implements the same interface, and redirects all calls to each of the objects.
Aggregator? Adapter? Facade? Or something else?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Vdovin, 2016-04-20
@exvel

Composite
https://ru.wikipedia.org/wiki/%D0%9A%D0%BE%D0%BC%D...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question