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 are nullable types in .NET
Explain me what is encapsulation?
Explain what are the deferred execution and the immediate execution in linq?
Explain Creational design pattern in .NET?
Tell me what is a “jagged array”?
Elements of CAS
Explain About GDI object ?
Explain asp.net?
What are three common acronyms used in .net, and what do they stand for?
What is func in .net 3.5?
Please explain when should you use .net web forms over asp.net mvc?
What is cyclomatic complexity and why is it important?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
What is a windows process in .net?
Explain what is reflection in microsoft .net context?