What is the Method Resolution Order (MRO) in Python?
-
A
The order in which methods are defined inside a class
-
B
The order Python searches classes to find a method when multiple inheritance is used
-
C
The alphabetical order of method names
-
D
The order in which methods are called during object destruction