nus-cs2113-AY2122S2 / forum

3 stars 2 forks source link

💡 Java documentation for interface vs abstract class #27

Open okkhoy opened 2 years ago

okkhoy commented 2 years ago

The discussion in interface vs normal inheritance (using classes) came up in the lecture on Friday. Here is the documentation from Oracle on when to use interface vs abstract class. The argument for interface vs normal inheritance is along the same lines.