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's the difference between the debug class and trace class? Documentation looks the same.
In which situation(s), the use of "Delegate" is a good idea?
Can abstract class be instantiated c#?
what is the purpose of using statement in c#
Illustrate serialization?
What is difference between overloading and short circuiting?
What is a dictionary in c#?
What is the difference between an application domain and a process?
Explain types of comment in c# with examples
Does c# replace c++?
Is equal in c#?
Why do we use abstraction in c#?
For methods inside the interface why can’t you specify the accessibility modifier?
Show us in simple steps to create setup & deployment project for windows application?
How do I get deterministic finalization in c#?