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
What is extended class in c#?
What is c# commonly used for?
What is void method?
Can an interface extend a class c#?
What is a console file?
Are arrays value types or reference types?
How do I convert a string to an int in c#?
What is the difference between method and function in c#?
What is value c#?
What is class method c#?
Are c# tuples immutable?
What is byte c#?
List the fundamental oop concepts?
What is lock statement in C#?
What is string programming language?