Computer Science, asked by IILittleHeartll, 1 month ago

What is MVC ? Explain the architectural pattern of MVC.​

Answers

Answered by neelam8rathore
0

Explanation:

architectural pattern that separates an application into three main logical components: the model, the view, and the controller.

Answered by Aʙʜɪɪ69
1

Explanation:

The Model-View-Controller (MVC) is an architectural pattern that separates an application into three main logical components: the model, the view, and the controller. Each of these components are built to handle specific development aspects of an application.

Attachments:
Similar questions