Question d’entretien chez RaceTrac

Standard SQL, C# and .Net questions. What is the difference between overloading and overriding functions?

Réponse à la question d'entretien

Utilisateur anonyme

18 juil. 2016

Overriding involves the creation of two or more methods with the same name and same signature in different classes Overloading is a concept of using a method at different places with same name and different signatures within the same class.