Answer Posted / Sunil Tiwari
In MVC, the Controller acts as an intermediary between the Model and View. In MVP, the Presenter manages the interaction between the View and Model directly. This means MVC separates application logic from user interface logic more than MVP.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers