public class Product { String name; double price; Product() { this.name = name; this.price = price; } }