MVC Model 1
-
Model–view–controller (MVC)Modeling/DesignPattern 2020. 2. 23. 19:26
1. Overview Model–view–controller (usually known as MVC) 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. This kind of pattern is used for designing the layout of the..