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

Define parsing? Explain how to parse a datetime string?

744


Is int a class in c#?

739


How many bytes is an int c#?

686


Why does dllimport not work for me?

784


What is alias in c#?

748


How do I port "synchronized" functions from visual j++ to c#?

681


What does typeof return c#?

721


Is c# and c same?

683


What is use of singleton class in c#?

708


What is concrete class in c#?

671


Why delegates are type safe in c#?

706


What is a console device?

682


What is sealed class in c#?

710


Does c# support c type macros?

720


Does c# support multiple class inheritance?

833