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 O’Reilly online learning.
O’Reilly members experience live online training, plus books, videos, and digital content from 200+ publishers.