Breaking

Search Here

25 July 2023

MVC Introduction

MVC

Model - View - Controller  is a Software architectural design Pattern for implementing user interface.

It divides a given software application into three interconnection parts, So as to separate internal representation of information from the way that information is presented to or accepted from the user.


Business logic   ------> Model

Display -------------> View

Input Interaction  -----> Controller


  


No comments:

Post a Comment

Hello all, if you have any doubt feel free comment

Comments