Beispiel #1
0
        public override IProduct CreateProduct()
        {
            IProduct winterShoes = new Shoes();

            winterShoes.SetPrice(50.50);
            return(winterShoes);
        }