Can you explain what inheritance is and an example of when
you might use it?
Answer Posted / shikhar
a class which contains all the
properties,methods,variables of its parent class .., and
this method of adopting from any class is called
inheritance....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are triggers of an updatepanel?
What is asynchronous call?
What is query string?
What is application variable?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
How can you handle unmanaged code exceptions in asp.net?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is the file through which you can customize your asp.net application?
What are the types of validation in asp net?
What is x xss protection?
What is the difference between Hash table and Array list?
Securitywise What are the Enhancements in 2.0?
What is globalization and localization in asp net?
Explain cookies with example.
What is a page life cycle? What are the events in a page life cycle?