Computer Science, asked by Suhanacool3132, 10 months ago

Explain how is the UML sequence diagram influenced by an MVC


Anonymous: ___k off

Answers

Answered by ankurbadani84
0

Answer:

Explanation:

Answer:

Explanation:

MVC, stands for Model-View-Controller. It is a software architectural concept in software. It promotes the decoupling of a context into 3 interconnected parts . below are those parts :-

1> business objects (model)

2> view (representation of model data)

3> controller (performer of business operations)

MVC is used together with UML modeling.

In a MVC Sequence Diagram, boundary objects , entity objects, and controllers are placed in 3 distinct parts.

User can gain an highlight of system interactions easily by reading the communications between the 3 layers of components.

Similar questions