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 IEquatable
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
Why do we use public static void main in c#?
What do multicast delegates mean?
What are the ways in which client can create object on server in cao model?
Explain About .Net remoting
Explain hash table in c# ?
What is the difference between ref & out parameters in c#?
What is alias in c#?
What is the difference between == and object.equals?
why delegate is type safe?
What is anonymous methods in c#?
Define constructors
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
Is enum a class c#?