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.