Login
Remember
Register
Ask a Question
Does Python supports multiple inheritances?
0
votes
asked
Oct 14, 2021
in
Python
by
rajeshsharma
Does Python supports multiple inheritances?
python-multiple-inheritances
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 14, 2021
by
rajeshsharma
Yes, in Python a class can be derived from more than one parent class.
...