1VOTES VOTE Multiton Design Pattern in Delphi Yanniel The multiton is somewhat an extension of the singleton pattern. It is referred as registry of singletons by the GOF. I don’t know for sure who appointed the name multiton: it’s an analogy derived from… … Read more 13 years ago in Creational Patterns, Delphi, Delphi Programming, Design Patterns, Object Pascal Programming, Object-Oriented Programming 0
1VOTES VOTE Parameterized Factory Method in Delphi Yanniel Factory Method is a creational design pattern, whose intent (according to Design Patterns: Elements of Reusable Object-Oriented Software) is to:“Define an interface for creating an object, but let subclasses decide which class to instantiate. Factory… … Read more 13 years ago in Creational Patterns, Delphi, Delphi Programming, Design Patterns, Object-Oriented Programming, pascal, programming 0