'Which GOF pattern does MVC descend from?
I have looked at and studied (not necessarily memorized) GOF patterns and I don't really understand where MVC descended from. My best guess, and it is still only a guess, but it would seem like it descends from the Bridge pattern. But again, I can't really say. Any one have any ideas?
Solution 1:[1]
I don't think it descends from any of them. It's architectural in nature with a focus on separation, especially UI layer. It's a primary member of the Separated Presentation Patterns with the other primary members being Model View Presenter(MVP) and Model View ViewModel(MVVM).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
