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
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
Please explain what is immutability, what is it for and how is it codified?
What's a windows process in .net?
What is marshling?
Do you know what is lambda expressions in c#?
Explain the top .net class that everything is derived from?
What operating systems does the .net framework run on?
When displaying fonts, what is the difference between pixels, points and ems?
Which dll translate xml to sql in internet information server (iis)?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
What are the purposes of using .net?
What is Event - Delegate? clear syntax for writing a event delegate
Explain dataset.acceptchanges and dataadapter.update methods in .net?
How inheritance works in .net?
What is different between webusercontrol and in webcustomcontrol?