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 are the main reasons to use c# language?
What is cache memory in c#?
What is difference between string and stringbuffer in c#?
What is the difference between constant and readonly in c#?
Why abstraction is used in c#?
How to implement singleton design pattern in c#?
What is the use of properties window?
Is there a way to force garbage collection?
Is 0 an unsigned integer?
explain the features of static/shared classes.
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
What does immutable mean in c#?
Enlist some of the properties of a thread class?
What is the difference between abstract class and interface in c#?
what is a destructor?