Class ShoppingExample.Product

    • Constructor Detail

      • Product

        public Product​(String name,
                       float price)
    • Method Detail

      • getName

        public String getName()
      • getPrice

        public float getPrice()