jshoyos / soen390-team01

MIT License
0 stars 0 forks source link

Make abstract item class #23

Closed kmarsolais closed 3 years ago

kmarsolais commented 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)
jshoyos commented 3 years ago

@kmarsolais I see this is completed could you close the issue? or is something missing