RaceTrac Interview Question

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

Interview Answer

Anonymous

Jul 18, 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.