Shape Shape

Model View Controller (MVC)

MVC is a software architecture pattern separating application logic, UI, and data handling. Used in web frameworks like Django or Ruby on Rails.

Example:

A web app separating business logic (Model), interface (View), and control logic (Controller).

WhatsApp Icon