Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 171 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 171 Bytes

Factory method

Define an abstract class (or an interface) for object instantiation, but let subclasses (or interface implementation) decide which class to instantiate.