Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can you overload a method?

Answers were Sorted based on User's Feedback



How can you overload a method?..

Answer / rahul

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

Is This Answer Correct ?    4 Yes 0 No

How can you overload a method?..

Answer / nitin kumar

By using Different parameter Data type, Different Order of
parameters and different no of parameters

Is This Answer Correct ?    2 Yes 0 No

How can you overload a method?..

Answer / chandana

Method overloading are of two types: Compile-Time and Run
Time.

The compile time overloading is achieved by providing
different method signatures. Whereas, the runtime is
achieved by using the same method names for a hierarchy of
classes, (parent and child classes using the same method
signature); In this case, behavior of the method call is
decided at run time.

Is This Answer Correct ?    1 Yes 0 No

How can you overload a method?..

Answer / vibhu

When you overload a method, you must change the signature
(the name, number, or type of the parameters). You are
free, as well, to change the return type, but this is
optional. Changing only the return type does not overload
the method, and creating two methods with the same
signature but differing return types generates a compile
error.

Is This Answer Correct ?    1 Yes 0 No

How can you overload a method?..

Answer / rajkamal

Method Overload can be

1.Same Method Names with Different parameter Types
2.Same Method Names with Different No. Of Arguments

Is This Answer Correct ?    1 Yes 0 No

How can you overload a method?..

Answer / shadab

we can easily overload method in C#
this concept is called method overloading.

there are there ways to pass parameter in method
to perform overloading

1>number of parameter
2>Data types of parameter
3>sequence of parameter

for more details visit my blog
http://www.shadab-programminghelp.blogspot.com

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the major difference between a custom control and user control?

0 Answers   C DAC, CDAC,


Any exceptions are there which are not caught by any catch blocks? what are they?

5 Answers   Honeywell, TCS,


What are the different approaches of passing parameters to a method?

0 Answers  


What does dbml mean in texting?

0 Answers  


What is primitive types in c#?

0 Answers  


What are the uses of namespaces?

0 Answers  


If you define a user defined data type by using the struct keyword, is it a value type or reference type?

0 Answers  


Define clr in .net?

0 Answers  


What is Named parameter in C#?

0 Answers  


What is the data provider name to connect to access database?

0 Answers  


What is class method?

0 Answers  


an object,class is value type or refarance type. ?

4 Answers   Synechron,


Categories