CertNova
Menu
<- Back to glossary

MVC Design Pattern

noun

Definition

  1. 1.The Model-View-Controller (MVC) is a design pattern that separates an application into three interconnected components: Model, View, and Controller.

Example

In a web application, MVC allows developers to separate the user interface from business logic, making the codebase easier to manage.

Related Exams