R
R
Rag'n' Code Man2021-07-07 23:13:41
UML
Rag'n' Code Man, 2021-07-07 23:13:41

What do those arrows mean in Robert Martin's book?

60e60acf35d7e026199603.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2021-07-07
@iDmitriyWinX

Here it is written about solid and dotted arrows in the picture: solid - dependency by code (the text from which the arrow exits depends on the text where the arrow is stuck), dotted - dependency by execution (the code from which the arrow exits one way or another causes the code to which the arrow sticks).
The triangular arrow is inheritance. Class ML1 is inherited from class I.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question