Types of polymerphism and explain about dynamic
polymerphism?
Answer Posted / kalyan
1.Run Time Polymorphism
2.Compile Time Polymorphism
Dynamic Polymorphism is a late binding.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain how to parse a datetime string?
What is console programming language?
the c# keyword .int. Maps to which .net type?
What is singleordefault c#?
What is local function?
What is a trace and asset? Explain some differences?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
What is the difference between string and string in c#?
Is enum a value type c#?
What is the process of Serialization?
Why do we use abstraction in c#?
what is a destructor?
What is an argument in c#?
What is console readkey ()?
What are the drawbacks of extending an interface as opposed to extending a class?