Domanda di colloquio di RaceTrac

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

Risposta di colloquio

Anonimo

18 lug 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.