+ 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.