Answers

Question and Answer:

  Home  MVC Developer

⟩ Tell me what is MVC (Model View Controller)?

MVC is a software architecture pattern for developing web application. It is handled by three objects Model-View-Controller. Below is how each one of them handles the task.

☛ The View is responsible for the look and feel.

☛ Model represents the real world object and provides data to the View.

☛ The Controller is responsible for taking the end user request and loading the appropriate Model and View

 223 views

More Questions for you: