MRO for multiple inheritance
Similar to before, you've built a Smartphone class that inherits from two classes; Computer and Telephone. The class definition looks something like this:
class Smartphone(Computer, Telephone):
...
Identify the order in which Python will search for methods in the Smartphone class hierarchy upon execution.
Este exercício faz parte do curso
Intermediate Object-Oriented Programming in Python
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
Começar o exercício