Answer Posted / Pooja Saini
The main difference between MVC and MVVM lies in the distribution of responsibilities. In MVC, the Controller handles user input and navigations, while the ViewModel (a part of MVVM) manages data binding, properties, and commands.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers