Answer Posted / satya
Shadowing :- This is a VB.Net Concept by which you can
provide a new implementation for the base class member
without overriding the member. You can shadow a base class
member in the derived class by using the keyword Shadows .
The method signature access level and return type of the
shadowed member can be completely different than the base
class member.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What can we do with asp.net?
Explain what is event bubbling?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Explain about asp.net 2.0 themes?
Define globalization and localization.
What are type/key pairs in client script registration?
Can we have a web application running without web.config file?
What is the parent class of all the web server control?
How can I open ashx file in mobile?
What are the new features implemented in ASP.NET?
Explain the different types of assemblies?
What is the difference between session and application?
What is enableviewstatemac in asp net?
What is global.asax file used for?
What are the Types of chaching. How to implement caching