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 does mean by a neutral culture?
What is the maximum timeout we can set for Cookies?
What is the difference between visual basic and asp.net?
What is the difference between session and viewstate?
What is difference between session and application in asp net?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
Is session stored in browser?
Can a .net web application consume java web service?
What is http only cookie?
What is datagrid asp.net?
Can you explain one critical mapping?
Difference between using directive vs using statement?
How is mvc different from asp.net? : Asp.Net MVC
Can you change a Master Page dynamically at runtime?
Explain Optimization technique description?