Java Factory Pattern Hackerrank Solution According to Wikipedia, a factory is simply an object that returns another object from some other method call, which is assumed to be “new... Read more