Catalog
A classification of some common programming languages is made by whether their operators are overloadable by the programmer and whether the operators are limited to a predefined set.
Operators | Not overloadable | Overloadable |
---|---|---|
New definable |
|
|
Limited set |
|
|
Read more about this topic: Operator Overloading