Types of polymerphism and explain about dynamic
polymerphism?
Answer Posted / ashok kumar
1. runtime polymorphism
2. Compiletime polymorphism
dynamic polymorphism have a need of virtual keyword without
vertual this is not possible.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is difference between internal and protected internal in c#?
What is an assembly loader?
What is a hashset c#?
What is data dictionary in c#?
Are arrays immutable c#?
Why dataset is used in c#?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
What is difference between static and readonly in c#?
Can non-default constructors be used with single call sao?
What is difference between struct and class in c#?
Can a constructor be private in c#?
What is the diff between System.String and System.Text.StringBuilder classes?
What is the difference between C# 3.5 and C# 4.0?
What is the function of .IsDescendent()?
Explain about Error handling and how this is done