constructor in UML sequence diagram
constructor, sequence-diagram, uml
Solution
It means that `ClassA` instantiates `ClassB`. The arrow represents that the constructor of `ClassB` is called by `ClassA`
Problem
what is the meaning of the following sequence diagram and exactly the constructor(that is represented as a create object)?