vote up 0 vote down star
1

Did any one give complete idea about the mvc and mvp pattern or some helpful links?

Edit: closed as duplicate of What are MVP and MVC and what is the difference?

flag

closed as exact duplicate by Blair Conrad Nov 27 '08 at 5:34

2 Answers

vote up 0 vote down

I think the key difference is that in MVC the view observes the model directly, whereas in MVP, the view gets its data through the presenter (which gets it from the model).

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.