Types of polymerphism and explain about dynamic
polymerphism?
Answer Posted / parvathi
Types of polymorphism are:
1. Run Time polymorphism
2. Compile Time Polymorphism
Dynamic polymorphism means binding the data during run
time. It is also called late binding. Example for dynamic
polymorphism is virtual functions
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Why do we need constructor in c#?
To create a localized application which namespaces are necessary?
What are the collection types can be used in c#?
How many digits are in an integer?
What is the difference between constant and readonly in c#?
What is double c#?
Explain dataset.acceptchanges method in .net?
What is a view? What is the use of it?
Write the difference between TypeOf and GetType?
Define boxing and unboxing in c#?
How long does it take to get a loop recorder put in?
What is the default value of object in c#?
What is difference between virtual and override in c#?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
What is an example of a delegate?