Operator Overloading
6. Operator Overloading#
In this chapter, we discuss a few operators such as assignment =
, addition +
operators that we can specify what happens when we use them on objects.
In this chapter, we discuss a few operators such as assignment =
, addition +
operators that we can specify what happens when we use them on objects.