What is RunTime Polymorphism?
Answer Posted / lalit dhuwe
Polymorphism is defined as one interface to control access
to a general class of actions. There are two types of
polymorphism one is compile time polymorphism and the other
is run time polymorphism. Compile time polymorphism is
functions and operators overloading. Runtime time
polymorphism is done using inheritance and virtual
functions.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is the single responsibility principle?
Can I write my own .net host?
What is the difference between boxing and unboxing?
Explain what is a delegate?
Who is using .net core?
What is an assembly? What are the different types of assemblies?
How to manage pagination in a page using .net?
What is heap and what is stack?
What's wrong with a line like this? Datetime.parse(mystring);
Tell us what is the difference between struct and class?
What is .net standard?
What makes .net core cross platform?
How is threading done in .net?
What's singlecall activation mode used for in .net?
What does cil do?