OOP & Design Patterns - Inheritance - Types, Method Resolution Order & Diamond Problem
In a language that uses a linearized Method Resolution Order (MRO), if class
X inherits from classes Y and Z, both defining a method bar(), which method is executed when bar() is called on an instance of X?