Computer Science, asked by DavidSupierior2637, 11 months ago

What is MVC? Explain the MVC architecture and its advantages.

Answers

Answered by sarveshkumar83
1

It receives input and initiates a response by making calls on model objects. Advantages of MVC. 1) Faster development process: MVC supports rapid and parallel development. With MVC, one programmer can work on the view while other can work on the controller to create business logic of the web application

Similar questions