Lecture overview -- Keyboard shortcut: 'u'  Previous page: Method Combination [Section] -- Keyboard shortcut: 'p'  Next page: Parameter Variance -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Abstract classes, Interfaces, and Patterns - slide 2 : 37

Method Combination
We sometimes talk about method combination when two or more methods of the same name Op cooperate in solving a given problem
C# supports subclass controlled, imperative method combination via use of the notation base.Op(...)