Factory Design Pattern | Design Pattern | Design Pattern in Delphi | Delphi Basic

preview_player
Показать описание
Factory pattern is one of the most used design patterns in Delphi. This type of design pattern comes under creational pattern as this pattern provides one of the best ways to create an object.

In Factory pattern, we create object without exposing the creation logic to the client and refer to newly created object using a common interface.
Рекомендации по теме