Operation overload is more commonly known as

1 answer

Operation overload is more commonly known as overloading. In programming, overloading refers to the ability to define multiple functions or operators with the same name but with different parameters or types. This allows for more intuitive use of functions and operators, helping to create more readable and maintainable code.