0 votes
in Python by
Does Python supports multiple inheritances?

1 Answer

0 votes
by
Yes, in Python a class can be derived from more than one parent class.
...