Answer Posted / Akshay Deep Nariyal
The main difference between MVC and MVP (Model-View-Presenter) lies in how they handle the user interface. In MVC, the View is passive and can't manipulate data, while in MVP, the Presenter acts as a middleman between the Model and View and can update the View directly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers