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    Data Access and Operations - slide 28 : 45

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.
output
Output of comparison between operator and function notation.