+ 2
Abstract class explanation anyone? :) thanks
I know the point of abstract methods is for polymorphism. But Iām not sure if there is any other concern pertaining to abstract classes other than requiring the label if thereās an abstract method inside, and not being able to instantiate them I guess... lol
1 Answer
+ 3
No, you are right. The main point of abstract classes is to be a blueprint for inheritance.