nus-cs2103-AY2021S1 / forum

20 stars 2 forks source link

Class diagram: Do we need to indicate the methods of interfaces that a class implements #477

Closed MarcTzh closed 3 years ago

MarcTzh commented 3 years ago

E.g. If Billable has method bill() then if Item implements it do I have to indicate the bill() method in Item

damithc commented 3 years ago

You can show it. But as you know, showing methods is optional, which means you don't have to.