In object-oriented programming languages that support multiple inheritance, the method resolution order (MRO) is the order in which parent classes are searched during dynamic method resolution.
In object-oriented programming languages that support multiple inheritance, the method resolution order (MRO) is the order in which parent classes are searched during dynamic method resolution.