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 difference between asp net and c# net?
What is a type c#?
Does c# have its own class library?
Explain the constructor in c#.
What debugging tools come with the .NET ssSDK?
How many bytes is a long c#?
Define constructor in c#.
Is string primitive?
What is an event in c#?
What are the different types of constructors in c#?
How is the syntax written to inherit from a class in C#?Give an example ?
Which is the best language for desktop application?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
Define the term immutable ?
What is xor operator in c#?