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
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
Why array is faster than arraylist in c#?
What is predicate builder?
How many types of constructors are there?
Difference between debug.write and trace.write?
What benefit do you get from using a primary interop assembly (pia)?
Can constructor be private c#?
Where is the main method in c#?
Which string method is used for concatenation of two strings in c#?
What is datacontract in c#?
What is c# used for in the industry?
What is the data type for bit in c#?
How to declares a two-dimensional array in C#?
What are types in c#?
Why use “using” in c#?