Search code examples
model-view-controllerdesign-patterns

What kind of design pattern is MVC


There are three types of design patterns: behavioral, structural and creational.

MVC is also a design pattern, but I can't find what category it belongs to.


Solution

  • MVC is a kind of Architecture. You need to separate when it comes to say about that.