Doubt about the dependency between interfaces in UML

1

Given the following class diagram:

I would like to know if the association between the ConcreteA class and the B interface is correct, given that the A interface has a relationship of dependence with the B interface Would not it be redundant? On the other hand, the class ConcreteA declares an attribute of the type of the B interface. This does not require that this association exists between ConcreteA and < strong> B ?

To anyone who can clear my doubt, thanks in advance.

    
asked by Alexander 05.05.2018 в 20:40
source

0 answers