28 Method Resolution Order (MRO) during inheritance in python.

28 Method Resolution Order (MRO) during inheritance in python.

Method resolution order (MRO) is the one which decides which function of constructor has to get invoked when there are functions and constructors with same name in parent as well as child classes.