what is the point in abstract classed? what can they do to help me? when should i use them? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

what is the point in abstract classed? what can they do to help me? when should i use them?

that's it

5th Apr 2017, 6:11 PM
PaperGami T.
PaperGami T. - avatar
2 Answers
+ 9
When you want to create a base class but some of the methods cannot be implemented there, derived classes have to make implementations.
5th Apr 2017, 6:55 PM
Tamás Barta
Tamás Barta - avatar