Chapter 23
Operator Overloading
Key Skills & Concepts
Operator Overloading Introduction
Operator Overload Method Requirements
Operators that Can Be Overloaded
This chapter discusses a technique called operator overloading for enabling abbreviated syntax for math operations on complex objects. Operator overloads are more often seen in libraries that apply advanced math, such as with games or graphics programming. If you are programming business ...
Get C#: A Beginner's Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.