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
What is the signature of a method?
What are namespaces, and how they are used?
What is web forms in c#?
What is multiple interface in c#?
What is nameof c#?
Does the variables of a private class-level inherited?
What are sessions in c#?
how to implement a web service in .net
What are the uses of delegates in c#?
How to declares a two-dimensional array in C#?
What is dll in c#?
Can a class have static constructor?
What are the main reasons to use c# language?
What is a method c#?
How can I develop an application that automatically updates itself from the web?