Tell me what is MVC (Model View Controller)?

Submitted by: Muhammad
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
Submitted by: Muhammad

Read Online MVC Developer Job Interview Questions And Answers