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
What is generic delegate in c#?
What is executescalar in c#?
What is console writeline in c#?
What is the name of c# compiler?
What is cookies c#?
Can u list some style properties of List Box?
Explain data types in c#?
How does split work in c#?
What is the difference between method parameters and method arguments. Give an example?
How can you achieve run time polymorphism in C#?
What are satellite assemblies?
What is class sortedlist underneath?
How to Install uninstall assemblies into GAC?
What are the fundamental differences between value types and reference types?
Explain dataadapter.update method in .net?