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 int be null c#?

523


What is default value of enum c#?

455


Why do we override in c#?

486


Can abstract class have private constructor c#?

503


What are partial types in c#?

487






What is the difference between int.parse and int.tryparse methods?

564


What is strongly typed in c#?

495


What are "class access modifiers" in C#?

536


What is difference between web and window application?

391


What is the implicit name and type of the parameter that gets passed into the class set method?

491


What is querystring in c#?

485


What is the advantage of constructor?

474


what are the differences between a class and structure

538


What is namespace in oops?

489


What are constructors in c#?

535