+ 1
What is interface
3 Réponses
+ 2
100% abstract class
+ 1
Abstract, the term signifies incomplete. The class which is incomplete is known as abstract class. So what can be incomplete in a class, its methods. So usually not defining a method in a normal class is illegal, but abstract class have the feasibility to not define a method. These have some benefits in implementing some algorithms.
That's it.
Thank you
0
so, what is the abstract class?