Pergunta de entrevista da empresa RaceTrac

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

Resposta da entrevista

Sigiloso

18 de jul. de 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.