What do you understand by relationships in UML?

devquora
devquora

Posted On: Apr 12, 2024

 

There are basically three different kinds of relationships which are -

  • Dependencies - They are the relationship between two different entities. If any single entity is changed then the impact would be laid on the other too. It also depicts that one class use another class as an argument in the signature of the operation.
  • Generalization - In this relationship, the specified class and subclass ratio is evaluated. It also depicts that one entity inherits the properties of the other entity.
  • Association - Association is a structural relationship between two different objects.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    UML Interview Questions

    What do you understand by UML?

    UML stands for the Unified Modelling Language and it is also a graphical language..

    UML Interview Questions

    Can you name the types of modelling?

    There are basically three types of modeling used..

    UML Interview Questions

    What are the different views that have to be considered before the buildup of an object oriented software system?

    Before the actual building up of an object oriented software system, there are generally 5 views-..