What is polymorphism? pl explain practically rather than
theoretical?
Answer Posted / mukesh
Polymorphism - Poly means "many" So it is one name and many forms. In C# we have two types of polymorphism compile time and run time. Compile time polymorphism is achieved through Function Overloading ( Same function but different parameters or signatures) and Run time polymorphism is achieved through function Overriding also called shadowing in VB.net where a child class method overrides the base class function.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How big is an int16?
How do you declare a variable in c#?
Can you declare a field readonly?
What is action in c# 3.5?
Does c# support multiple class inheritance?
What are Types of assemblies that can be created in dotnet
What is overloading with example?
How more than one version of an assembly can keep in same place?
Why singleton is sealed?
What is file extension of webservices?
What is boolean conditions in c#?
what is a structure in c#
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.
What is data adapter in c#?
What issues can be faced while delivering code?