+ 4
what is the point in abstract classed? what can they do to help me? when should i use them?
that's it
2 Respostas
+ 9
When you want to create a base class but some of the methods cannot be implemented there, derived classes have to make implementations.