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 ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can u list some style properties of List Box?

869


What are the advantages of clr procedure over t-sql procedure?

948


How to move to a state-related codebase?

1474


What is a partial class in c#?

942


What is the difference between class and namespace?

915


What are classes in c#?

916


How many dimensions can an array have?

839


Illustrate the process of code compilation in c#?

871


Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?

894


C# called c sharp why?

945


Is c# difficult to learn?

815


Can we inherit a class with private constructor in c#?

998


what is the difference between interface and multiple interface?

983


Why can’t struct be used instead of class for storing entity?

895


What is Wrapper class in dot net?

1009