What built-in function will you use to check if a given class is a derived class (subclass) of the specified base class?
What built-in function will you use to check if a given class is a derived class (subclass) of the specified base class?
a. isinstance()
b. isclass()
c. issubclass()
d. type()