+ 2
Whats the difference between abstract class and interface?
3 Réponses
+ 3
The difference is that interfaces contains only abstracted methods, an abstracted class can have both.
+ 1
abstract class is not fully abstract but interface is fully abstract.
0
Hey