Types of polymerphism and explain about dynamic
polymerphism?
Answer Posted / radix
Static polymorphism and Dynamic Polymorphism are the two types of polymorphism
Dynamic Polymorphism: decisions of function execution is made at runtime
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Can you declare a class or a struct as constant?
What is the compiler of c#?
Differentiate between static class and singleton instance?
What is generic method in c#?
What is yield return in c#?
What is a console device?
What are controls in c#?
Why ref is used in c#?
Why do we use abstract class in c#?
What is semaphore in c#?
Why we use get set property in c#?
Why References are stored on heap and variables on stack?
What is field in c#?
What is verbatim string literal in c#?
Why cannot you specify the accessibility modifier for methods inside the interface?