0
Answered
Question about the book design patterns
Hi!
I'm studying the book and on page 20 it says
thank you, bruno
I'm studying the book and on page 20 it says
Relations Between ObjectsI saw inheritance a few pages back, but when you mean implementation are you talking about the examples of interfaces implementations?
In addition to inheritance and implementation that we’ve
already seen, there are other types of relations between
objects that we haven’t talked about yet.
thank you, bruno
Customer support service by UserEcho
Hi Bruno!
Implementation is established between interfaces/abstract classes and concrete classes which implement the specific behavior (please check the Encapsulation part in the "Pillars of OOP" chapter for details).
Please let me know if you have any further questions.