0
Readability and usability. Its easier to do a + b + c instead of a.plus(b.plus(c)). Also, there are predefined operator rules for what is applied after what (i.e. * is applied before +), and in the overloading that doesn't change.
7th May 2018, 6:08 PM
Bebida Roja
Bebida Roja - avatar