Answers for "what is abstract class in python linkedin"

12

what is abstract class in python linkedin

when we use abstract classes? supposably we have class Car. 
you don't want to use it directly. you need extend this class. 
thats why you must declare this class as abstract. 
then you only can extend this class with all methods.
Posted by: Guest on October-16-2021

Code answers related to "what is abstract class in python linkedin"

Browse Popular Code Answers by Language