java复习第九天,面向对象面试题

1.写一个类,用来描述商品Item,商品包含如下属性:    商品id    商品名html     商品单价格java class Product{ private int id; private String name; private float price; public Product(){ } public Product(int id,String name,f
相关文章
相关标签/搜索