Could someone explain difference between interface and abstract class? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Could someone explain difference between interface and abstract class?

I know a few differences but I was wondering if someone could add examples to supplement my learning

6th Feb 2017, 10:54 PM
J.A.
1 Answer
0
you can't extend more than 1 class in a class but you can implement as many interfaces as you can Example: You got a concrete class 'Car' then, you got some abstract classes called 'SUVCar' and 'PickUpCar' if you got a Renault Oroch car, that is both types, you should use Interfaces instead of Abstract Classes
9th Feb 2017, 12:20 AM
Matheus Pinheiro de Sousa
Matheus Pinheiro de Sousa - avatar