Closed kmarsolais closed 3 years ago
Material, part and bike will extend this class. This class is used to generalize the items view | Item |
---|---|
+ long itemID | |
+ string name | |
+ decimal price | |
+ string grade | |
------------- | |
+ string GetName() | |
+ void SetName(string) | |
+ decimal GetPrice() | |
+ void setPrice(decimal) | |
+ string GetGrade() | |
+ void SetGrade(string) |
@kmarsolais I see this is completed could you close the issue? or is something missing