+ 1
Abstract class and Interface. Difference?
I'm confused. A clear explanation please? maybe with an example?
1 Réponse
+ 1
An abstract class is similar to an interface in that it defines what methods a class has, however, abstract classes can have properties and implemented methods. They also can have static attributes which interfaces cannot.