In this article we will learn about design patterns in Smalltalk MVC. The patterns described are observer, composite and strategy patterns. The Model/View/Controller set of classes are used to build user interfaces in Smalltalk-80. MVC consists of three kinds of objects. Model is the application object. View is the representation of the model […]