Model View Controller
Model View Controller (MVC) is a software design pattern commonly used for developing user interfaces that divide the related program logic into three interconnected elements. These elements are: The Model, the internal representations of information; The View, the interface that presents information to and accepts it from the user; and The Controller: the software linking the two.
- Abbreviation:
- MVC
- Acronym:
- MVC
- Initialism:
- MVC
Added by:
glssry-guy