Why do we use overloading in c#?


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

Post New Answer

More C Sharp Interview Questions

what are windows services?

0 Answers  


Explain 'structure padding'?

0 Answers   DELL,


Why do we need indexer in c#?

0 Answers  


What are the commonly used i/o classes?

0 Answers  


What is singleordefault c#?

0 Answers  






int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


Can we have 2 main methods in c#?

0 Answers  


What is difference between constants and read-only?

0 Answers  


What are instance fields in c#?

0 Answers  


What are the problem with .NET generics?

0 Answers   DELL,


What is multithreading? What are the problems that comes with multithreading and how to manage them?

0 Answers   MCN Solutions,


What is stringreader in c#?

0 Answers  


Categories