Answer Posted / mkm
polymorphism means the ability to take more than one form
.
There are two types of Polymorphism :<br>1) Complie time
Polymorphism a) Function Overloading<br> b) Operator
Overloading2) Run-time Polymorphism<br> a) Virtual Functions
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
How many types of triggers are there in update panel?
What is event bubbling?
How do you implement sql caching in asp.net?
What is .net remoting?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
Why does my asp.net file have multiple tag with runat=server?
What is difference between abstract class and an interface?
A web service can only be written in .net? State whether true or false.
How to fetch a data from one table to another table in asp.net ?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What is difference between session and cookies?
How do you sign out from forms authentication?
Can viewstate be accessed in another page?
How can you implement encapsulation in asp.net?