Software Engineering

Factory Method

Factory method is a pattern where you put a creation of an object into a method, specifying the interface that the object expose. It is