Search code examples
constructorumlsequence-diagram

constructor in UML sequence diagram


what is the meaning of the following sequence diagram and exactly the constructor(that is represented as a create object)?

enter image description here


Solution

  • It means that ClassA instantiates ClassB. The arrow represents that the constructor of ClassB is called by ClassA