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