package learn.simple_factory_method; public interface Product { }