Answer Posted / Shikha Johri
MVC (Model-View-Controller) separates an application into three interconnected components: Model, View, and Controller. MVP (Model-View-Presenter) is a variant where the Presenter manages the interaction between the View and Model directly. MVVM (Model-View-ViewModel) is another variant where the ViewModel acts as an abstraction layer between the View and Model.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers