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
Using activex control in .net?
What is the difference between override and overload in a method?
What are the namespace available in .net?
How will you make .NET programs work in Linux ?
What is the use of UML in .Net
What are the differences between an interface and an abstract class in .net?
explain the states of a window service application?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
Why SOAP is required?
Difference abstract class and interface in .net?
What is the use of immutability?
What is msil, il?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
Differences between dll and exe?
What should you do to store an object in a viewstate?