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...


What is Signature and parameter in overloading ?

Answers were Sorted based on User's Feedback



What is Signature and parameter in overloading ?..

Answer / jacintha

Overloading of methods permits a class, struct, or
interface to declare multiple methods with the same name,
provided their signatures are unique within that class,
struct, or interface.
Overloading of instance constructors permits a class or
struct to declare multiple instance constructors, provided
their signatures are unique within that class or struct.
Overloading of indexers permits a class, struct, or
interface to declare multiple indexers, provided their
signatures are unique within that class, struct, or
interface.
Overloading of operators permits a class or struct to
declare multiple operators with the same name, provided
their signatures are unique within that class or struct.

Is This Answer Correct ?    3 Yes 3 No

What is Signature and parameter in overloading ?..

Answer / rahul shanbhag

Signature overloading is just method overloading where you have same function varying in sequence of parameters or type of parameters. In this case the return type may be the same or varying..

Parameterised polymorphism happens at class level where the paramenters passed to the constructor decides the type of the object. For ex in generic collections if you say List<int> would create a list with integer elements and List<string> would create List with string elements.

Is This Answer Correct ?    0 Yes 0 No

What is Signature and parameter in overloading ?..

Answer / sibadutta

Can any one help me.

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More C Sharp Interview Questions

Why do we use anonymous method in c#?

0 Answers  


how to change a value of particular cell in a data grid

3 Answers  


How do you debug an ASP.NET Web application?

1 Answers  


How do I create a delegate/multicastdelegate?

0 Answers  


How to raise an selection changed event associated with listbox in datagridview control with a sample example?Here the listbox is a child control associated with datagridview control.

3 Answers  


What is c# used for in the industry?

0 Answers  


How to include c++ header files in c# components?

1 Answers   UST,


In howmany ways can you deploy an assembly?

0 Answers   Siebel,


What are constructors in c#?

0 Answers  


Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?

0 Answers  


how can one use hcl and c sharp together?

0 Answers  


Name some properties of thread class.

0 Answers  


Categories