1.

What are the difference between MVP and MVC?

Answer»
S.noMVPMVC
1.View handles the USER gesturesThe controller manages the user gestures
2.The interaction with the model is passed through the presenterThe view can query the model directly
3.Provides full sport to unit testingProvides limited support to unit testing
Also READ: PHP Logical INTERVIEW QUESTIONS


Discussion

No Comment Found