Why the native operator will not work with classes unless they have been properly overloaded
Why the native operator will not work with classes unless they have been properly overloaded. All the native operators like +,- etc. have their functionality defined for primitive data types like integer, double etc.
