How can you overload a method?

Answers were Sorted based on User's Feedback



How can you overload a method?..

Answer / guest

Different parameter data types, different number of
parameters, different order of parameters

Is This Answer Correct ?    6 Yes 0 No

How can you overload a method?..

Answer / bala

Whenever The Method have a same name but differnt
parameters,we can do overloading...

Is This Answer Correct ?    2 Yes 0 No

How can you overload a method?..

Answer / shoaib

Whenever The Method have a same name but differnt
parameters like Different parameter data types, different
number of
parameters, different order of parameters ..
we can do overloading...

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

1)what is difference between char and varchar in sql server 2005 2) what is composite key and candidate key 3) what is temporary table and derived table 4) how to calculate difference between two dates

1 Answers   Wipro,


What is delegates in c#?

0 Answers  


Explain how can you clean up objects holding resources from within the code?

0 Answers  


What is distribute by in hive?

0 Answers  


Can multiple catch blocks be executed?

4 Answers   Visual Soft,






How do I create a new form in c#?

0 Answers  


how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.

0 Answers  


What is the use of functional interface?

0 Answers  


What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?

0 Answers  


Where are value types stored in c#?

0 Answers  


What is the difference between interface and abstract class ?

2 Answers   Basware, BITS,


What are floating point numbers?

0 Answers  


Categories