Showing posts with label Design Pattern. Show all posts
Showing posts with label Design Pattern. Show all posts

Saturday, August 21, 2021

MVC(Model View Controller) Design Pattern in few words

we can use one sentence to describe each component in MVC model. 

M: Model manage business logic and data

V: View manage the display of data

C: Controller handle page event and navigation between pages