overload
Overload is a technique, which allows redefining properties or methods for specialized complex data types. Overloading can be defined by redefining an inherited property or method using the same name.
Specialisations: method overload, property overload
References