Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 201 Bytes

File metadata and controls

4 lines (3 loc) · 201 Bytes

Simple Factory

  • A Simple Factory must abstract the creation of a class away from the client.
  • A Simple Factory must have a public method which will return different objects based on a given input.