MENU

Fun & Interesting

Delphi: Design Patterns: Creational: 04 - Factory Method

Emailx45 99 lượt xem 2 months ago
Video Not Working? Fix It Now

Factory Method, define an interface to create an object, but let subclasses decide which class to instantiate. The Factory Method allows you to defer instantiation to subclasses.

Comment