What is shadowing?

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


Please Help Members By Posting Answers For Below Questions

How to prevent client side validation from the ASP.NET validation controls?

575


What is enableviewstate in asp net?

525


What is the postback property in asp.net?

544


How to use a Master Database in Asp.net?

570


Is there any limit for query string? Means what is the maximum size?

487






what are the security certificates used in webservices?

1501


if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....

1602


How to bind all the binding controls in a page at once in ASP.NET?

529


What is base class of .net?

540


When Cookies are expired in ASP.NET?

573


Please briefly explain the usage of global.asax?

536


Explain the working of passport authentication.

545


How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

527


What are the asp.net security controls?

550


Explain asp.net page life cycle?

615