Answer Posted / Akash Deep Maurya
MVVM (Model-View-ViewModel) and MVC (Model-View-Controller) are both design patterns used in application development, but they have differences. In MVC, the Controller handles user input, navigations, and coordinating with the Model and View. In MVVM, the ViewModel acts as an intermediary between the Model and View, managing data binding, properties, and commands.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers