What is polymorphism? pl explain practically rather than
theoretical?
Answer Posted / mayur teli
Polymorphism is the ability of different classes to provide different implementation of the same public interfaces.
For Example: a Driver object can interact with Car object through a Car public interface. If another object such as Truck object or SportCar object, expose the same interface, the Driver object can interact with them without regard to specific implementation of that interface.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which is faster dictionary or hashtable?
List some of the common data providers for ado.net framework?
What is dataset c#?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
What does out mean in c#?
What are the advantages of using c#?
Explain about accessibility modifier 'protected internal'?
Why is it not a good idea to use empty destructors?
What are nested classes in c#?
What are the types of assembly available
Is the following code legal?
Explain async and await?
What is the difference between add and addrange in c#?
What is bitwise operator in c#?
What is an iqueryable in c#?