MVC vs Observer Pattern (MVC 패턴과 옵저버 패턴 차이점) MVC Model: It includes all the data and its related logic View: Present data to the user or handles user interaction Controller: An interface between Model and View components View A View is that part of the application that represents the presentation of data. Views are created by the data collected from the model data.
A view requests the model to g.....