MVC (Model View Controller)

MVC (Model View Controller) is the most common technique used for developing Web Applications. It consists of three components i.e 

Model - The model is the part of the application that handles the logic for the application data.

View - The View is the part of the application that handles the display of the data.

Controller - The Controller is the part of the application that handles user interaction.

Get hands-on with 1200+ tech skills courses.