package factoryMethod; public interface Vehicle { void go(); }