Computer Science, asked by Zaine, 10 months ago

Explain how the UML sequence diagram is influenced by an MVC design pattern

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