nus-cs2103-AY2223S2 / forum

12 stars 0 forks source link

Is it ok to omit the {abstract} for abstract methods in class diagrams? #244

Closed damithc closed 1 year ago

damithc commented 1 year ago

[Question posted on behalf of a student]

Question: Is it ok to omit the {abstract} for abstract methods in class diagrams? Answer: No. It's not correct to show an abstract class/method as a concrete class/method. One should not omit stuff if the omission changes the meaning of the diagram.