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
Describe the difference between inline and code behind - which is best in a?
9. Why should we hire you over the others waiting to be interviewed?
How we can force all the validation controls to run?
What events will occur when a page is loaded?
What is a web api endpoint?
Is asp.net a programming language?
Explain the difference between asp and asp.net?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Explain about Multi-Language integration?
How use Xml data in ASP.net?
What are the page life cycle events?
What is route in web api?
how to transfer the file from client to server using asp.net
Explain the difference between singleton and single call?
What are the authentication types in asp.net?