What is the relationship between observer pattern and MVC? … First version is that, MVC is an architecture and Observer Pattern is an design pattern. They look similar because MVC uses the observer pattern. Second version is that, observer pattern and MVC is two different design patterns .