Answer Posted / raji
Polymorphism: Ability to take more than one form
Types:
1)Static(Compile time)
Overloading
2)Dynamic(Run time)
Overriding
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are main return types supported in Web API?
What is inproc mode in session?
What is the postback property in asp.net?
How do you identify that the page is postback?
Explain how cookies work. Give an example of cookie abuse.
What are server-side comments in ASP.NET?
Difference between singleton and singlecall.
How many types of controls are there in asp.net?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Explain the use of duration attribute of @outputcache page directive.
What are session and cookies?
How do you open a page in a new window?
What is a web api? Which protocol is used in a web api?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What is the use of the tag in the web.config file?