What is the translation of " FUNCTION OVERLOADING " in French?

['fʌŋkʃn ˌəʊvə'ləʊdiŋ]
['fʌŋkʃn ˌəʊvə'ləʊdiŋ]
surcharge de fonction
function overloading
surcharge de fonctions
function overloading
fonction surchargée

Examples of using Function overloading in English and their translations into French

{-}
  • Colloquial category close
  • Official category close
Function overloading in C++.
Fonction surcharge en C++.
PostgreSQL allows function overloading;
PostgreSQL™ autorise la surcharge des fonctions;
In C, function overloading is not possible.
En C, la surcharge de fonction est pas possible.
JavaScript does not support the function overloading.
JavaScript, par nature, ne connaît pas la surcharge de fonction.
Python function overloading.
Surcharge de la fonction Python.
This is the reason that C++ allows function overloading.
Cependant, le C++ permet la surchargedes opérateurs.
To use function overloading, set mbstring.
Pour utiliser la surcharge de fonctions, définissez mbstring.
With a new type,we avoid accidental assignments and allow function overloading.
Avec un nouveau type,nous évitons les affectations accidentelles et permettons la surcharge des fonctions.
See Function overloading for more information.
Voir les fonctions de remplacement pour plus d'informations.
You can achieve static polymorphism through function overloading and operator overloading..
Vous pouvez obtenir un polymorphisme statique en surchargeant les fonctions et les opérateurs.
Chapter 7: Function Overloading and Default Arguments.
Chapitre 7: Surcharge de fonctions et arguments par défaut.
Overloading of methods is performed according to the same rules as the function overloading.
La surcharge des méthodes dans les classes est produite selon les mêmes règles que la surcharge des fonctions.
Function overloading in Javascript- Best practices.
Question Fonction de surcharge en Javascript- Bonnes pratiques.
C++ makes this easy with function overloading, which allows you to reuse.
C++ le facilite avec la surcharge de fonction, qui vous permet de rutiliser le mme.
Function overloading is to use two functions with the same name within a scope.
Fonction surcharge est d'utiliser deux fonctions avec le même nom dans un champ.
Furthermore Free Pascal supports function overloading, operator overloading and other such features.
Un compilateur Pascal qui prend en charge la fonction de surcharge, la surcharge d'opérateur et d'autres caractéristiques.
Function overloading rules apply to overload of class methods.
Les règles de surcharges des fonctions s'applique à la surcharge des méthodes de classe.
The definition of the constructor leads into the concept of function overloading(since you might want several constructors.
La définition du constructeur débouche sur le concept de surcharge de fonction(dans la mesure où plusieurs constructeurs peuvent coexister.
To use function overloading, set mbstring. func_overload in php.
Pour utiliser la surcharge de fonctions, définissez mbstring. func_overload, dans le php.
Such a function may not rely on features depending on name mangling(i.e., function overloading.
Une telle fonction peut pas compter sur les caractéristiques en fonction de la décoration de nom(par exemple, la surcharge de fonction.
It supports function overloading and operator overloading..
Expliquez la surcharge de fonctions et la surcharge d'opérateurs.
This also means that the compiler will not allow us to write two methods that have the same name, the same number of arguments, andthe same types of arguments because that would violate the rule of function overloading.
Ceci signifie également que le compilateur ne nous permettra pas d'écrire deux méthodes qui ont le même nom, le même nombre d'arguments, etles mêmes types d'arguments parce que cela violerait la règle de la surcharge de fonction.
Function overloading is the ability to give different functions the same name.
La surcharge de fonction vous permet d'employer le même nom pour différentes fonctions..
FreePascal supports function overloading, operator overloading and other such features.
Un compilateur Pascal qui prend en charge la fonction de surcharge, la surcharge d'opérateur et d'autres caractéristiques.
Function overloading is a regular function, but it can perform different tasks.
Fonction surchargée comme une fonction normale, mais elle peut effectuer différentes tâches.
Furthermore Free Pascal supports function overloading, operator overloading, global properties and other such features.
Par ailleurs, Free Pascal prend en charge la surcharge de fonction, la surcharge d'opérateur, et les propriétés globales.
Function overloading: The assignment of more than one behavior to a particular function..
Fonction surcharge: L'affectation de plus d'un comportement à une fonction particulière.
PHP does not support function overloading, nor is it possible to undefine or redefine previously-declared functions.
PHP ne supporte pas le surchargement de fonction, ni la destruction ou la redéfinition de fonctions déjà déclarées.
Function overloading is defined as a normal function, but it has the ability to perform different tasks.
Fonction surchargée comme une fonction normale, mais elle peut effectuer différentes tâches.
PostgreSQL allows function overloading; that is, the same name can be used for several different functions so long as they have distinct argument types.
PostgreSQL TM autorise la surcharge des fonctions; c'est-à-dire que le même nom peut être utilisé pour des fonctions différentes si tant est qu'elles aient des types d'arguments distincts.
Results: 612, Time: 0.0512

How to use "function overloading" in a sentence

Q.Difference between function overloading and function overriding?
Differentiate between function overloading and function over-riding.
Use operator and function overloading where appropriate.
Function overloading is example for early binding.
What is function overloading and operator overloading?
Function overloading allowed based on parameter count.
Function Overloading and Operator Overloading with example.
C++ supports function overloading but c doesn't.

Word-for-word translation

Top dictionary queries

English - French