Factory Method

Define an interface for creating a single object, but let subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.

Examples Filter
No examples yet.
Be the first to post an example!