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 are the different authentication modes in asp.net?
Can I read the hard disk serial # of the client computer using asp.net?
How can we create Tree control in asp.net?
Define page fragment caching?
What symbol would you use to denote, the start of a code block in aspx views?
What are cookies in your browser?
What is the difference between c# and .net?
Can any body provide me the sample web application in asp.net
What are the Types of state management techniques
What is sql data source control in asp.net?
What are web beacons used for?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
What are strong names?
If 200 is for all successful operation then why do we have 201 response codes?
Explain the difference between asp and asp.net?