Lecture overview -- Keyboard shortcut: 'u'  Previous page: Overloaded Operators [Section] -- Keyboard shortcut: 'p'  Next page: Overloadable operators in C# -- 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    Operators, Delegates, and Events - slide 2 : 20

Why operator overloading?
Use of operators provides for substantial notational convenience in certain classes
a.cs
Comparison of operator notation and function notation.
MyInt.cs
The class MyInt.