Question 505: How is multiple inheritance implemented?
tcs
wipro
infosys
general
aptitude
inheritance
python-programming
Multiple inheritance in Python is implemented by specifying multiple parent classes in the class definition, separated by commas.