List the differences between method overriding and method overloading?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is the difference between ref & out parameters?

2 Answers  


Which operator cannot be overloaded in c sharp?

0 Answers  


What does dbml stand for?

0 Answers  


what are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET?

1 Answers   4Cplus,


What is the purpose of abstract class in c#?

0 Answers  


What is platform independence"?

0 Answers   DELL,


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

1 Answers   iGate,


What is namespace explain with example?

0 Answers  


Is a valid int value?

0 Answers  


What is wcf c#?

0 Answers  


Is php better than c#?

0 Answers  


What is the use of convert toint32 in c#?

0 Answers  


Categories