What is Signature and parameter in overloading ?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of access modifiers?

684


What is dependency injection in simple words?

701


What are reflections in c#?

688


Which debugging tools you can use in the .NET ssSDK?

757


What is constructor overloading in c#?

698


What is difference between iqueryable and ienumerable in c#?

634


How do you comment out code in c#?

676


What is difference between hashtable and dictionary in c#?

700


What is an abstract class c#?

681


What is thread safe in c#?

666


What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default

754


Define c# i/o classes? List the commonly used classes?

743


In howmany ways can you deploy an assembly?

718


What is CLR and its application.?

750


What is an array? Give the syntax for a single and multi-dimensional array?

679