Answer Posted / Km.vijay Laxmi
Model-View-Controller (MVC) is a design pattern that separates an application into three interconnected components: Model, View, and Controller. Model-View-ViewModel (MVVM) is a variant of MVC in which the View and ViewModel are more closely tied, often used in UI frameworks such as AngularJS and Knockout.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers