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 are the types of access modifiers?
What is dependency injection in simple words?
What are reflections in c#?
Which debugging tools you can use in the .NET ssSDK?
What is constructor overloading in c#?
What is difference between iqueryable and ienumerable in c#?
How do you comment out code in c#?
What is difference between hashtable and dictionary in c#?
What is an abstract class c#?
What is thread safe in c#?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
Define c# i/o classes? List the commonly used classes?
In howmany ways can you deploy an assembly?
What is CLR and its application.?
What is an array? Give the syntax for a single and multi-dimensional array?