function overloading

  • 1Function overloading — or method overloading is a feature found in various programming languages such as Ada, C#, VB.NET, C++, D and Java that allows the creation of several methods with the same name which differ from each other in terms of the type of the input and… …

    Wikipedia

  • 2Function Overloading —   [dt. »Funktionsüberladung«], Überladen …

    Universal-Lexikon

  • 3Overloading —   [dt. Überladen] (Function Overloading, dt. »Funktionsüberladung«), ein Weg, um bei der objektorientierten Programmierung (z. B. mit den Programmiersprachen Ada, C++ oder Delphi) bereits vorhandenen Elementen (z.. Operatoren, Funktionen,… …

    Universal-Lexikon

  • 4Overloading — See also: Overload The terms overloading and overloaded may refer to: Constructor and function/method overloading, in computer science, a type of polymorphism where different functions with the same name are invoked based on the data types of the …

    Wikipedia

  • 5Function object — A function object, also called a functor or functional, is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax.Function objects are unrelated to functors in… …

    Wikipedia

  • 6Operator overloading — Theories and practice of polymorphism Double dispatch Multiple dispatch Operator overloading Polymorphism in computer science Polymorphism in OOP Subtyping …

    Wikipedia

  • 7Method overloading — is a feature found in various programming languages such as Ada, C#, C++ and Java that allows the creation of several functions with the same name which differ from each other in terms of the type of the input and the type of the output of the… …

    Wikipedia

  • 8Type polymorphism — In computer science, polymorphism is a programming language feature that allows values of different data types to be handled using a uniform interface. The concept of parametric polymorphism applies to both data types and functions. A function… …

    Wikipedia

  • 9C++ — The C++ Programming Language, written by its architect, is the seminal book on the language. Paradigm(s) Multi paradigm:[1] procedural …

    Wikipedia

  • 10Double dispatch — Theories and practice of polymorphism Double dispatch Multiple dispatch Operator overloading Polymorphism in computer science Polymorphism in OOP Subtyping …

    Wikipedia