Q:

Does python support multiple inheritances?

0

Does python support multiple inheritances?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Yes, When a child class inherits from multiple parent classes, it is called multiple inheritances.
Unlike Java and like C++, Python supports multiple inheritances. We specify all parent classes as a comma-separated list in the bracket.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Python Interview Questions and Answers

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Write a python code that explains the inheritance?... >>
<< Explain Inheritance in Python with an example?...