☑Kizspy.me
(Choose 1 answer)
☐ A
Back
Next
FUO.sh
sh the exam.
Which of the following is a key difference between the MVC and MVP architectural patterns?
A. In MVC, the Controller updates the View directly, while in MVP, the View is updated through the Presenter
using interfaces.
B. MVC does not support user input directly, while MVP is designed to handle user input through the
Presenter.
C. In MVC, the Model updates the View directly, while in MVP, the Model updates the View through the
Presenter.
D. MVC is used exclusively for web applications, while MVP is used for both web and mobile applications.