The MVC structure breaks an application's interface, into three parts: the model, the view, and the controller. It can be mapped with the traditional input, processing & output roles .
Input --> Processing --> Output
Controller --> Model --> View
MVC system allows front-end and a back-end developer to work on the same system simultaneously.
Can be diagrammatically explained as:
0 Comment(s)