Model–view–controller (MVC)

Model–view–controller (MVC)

by Tanjirul Islam -
Number of replies: 0

Model–view–controller is a software design pattern commonly used for developing user interfaces that divide the related program logic into three interconnected elements. This is done to separate internal representations of information from the ways information is presented to and accepted by the user.

Application: The MVC provides the Model, View, Controller pattern and it allows software developers to build a Web application as a composition of three parts or components such as Model, View, and Controller. The MVC model works on the basis of three tiers architecture.