nus-cs2103-AY2324S2 / forum

16 stars 0 forks source link

When an interface extends another interface, do we use the solid line instead of dashed line? #1065

Closed RunjiaChen closed 5 months ago

drustanyjt commented 5 months ago

Yes extends is solid line.

fy17ohhh commented 5 months ago

Regardless of the types of Class extending another Class, just use solid line for extend and dashed for implements

RunjiaChen commented 5 months ago

thank you