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
How can you pass multiple complex types in Web API?
What are the differences between clr & cts?
Explain the differences between clr & cts?
What are the Types of chaching. How to implement caching
What are the event handlers that we can have in global.asax file?
Define page fragment caching?
explain code with multi inhertance
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
Do you know about caching with the datasource controls?
What are custom controls?
Who creates jsessionid?
What is the difference between the asp and asp.net?
Where is asp.net session stored?
Which method is used to force all the validation controls to run?
Is asp.net is a programming language?