Closed MarcTzh closed 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
Billable
bill()
Item
You can show it. But as you know, showing methods is optional, which means you don't have to.
E.g. If
Billable
has methodbill()
then ifItem
implements it do I have to indicate thebill()
method inItem