Do you think the elimination of overload operators in your f
Do you think the elimination of overload operators in your favorite language would be beneficial? Why or why not?
Solution
No, it would not be beneficial.
Overloading operator would be a helpful feature in developing a complex program with complex arithmetic operation as well. It allows developers to create a class whose function can replace countless lines of codes with an operator. This clearly will help in increasing reusability, readability and writability of a program. Eliminating overloaded operators would null this advantage.
