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

How string definitions will prevent escaping on backslashes in C#?

745


What is static classes in c#?

716


Which is the best language for desktop application?

656


What is a singleton unity?

756


Is std :: string null terminated?

682


What is the difference between method overriding and method overloading?

661


Is the following code legal?

762


How do I download a program to my desktop?

658


Is c# good for web development?

734


What is the task perform by clr?

758


What is the class in c#?

672


Which .gang of four. Design pattern is shown below?

667


Explain acid rule of thumb for transactions in c#.

714


What is the difference between private and protected in c#?

692


What are some of the commonly used commands in sqlcommand?

696