What is shadowing?

Answer Posted / raju jaiwardhan

When two programming elements share the same name, one of
them can hide, or shadow, the other one. In such a
situation, the shadowed element is not available for
reference; instead, when your code uses the element name,
the Visual Basic compiler resolves it to the shadowing
element.

Is This Answer Correct ?    18 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are authentication filters in web api?

576


Explain the use of Inversion of control (IOC)?

605


How to bind table colum with gridview column?

609


What is conceptual model? : Entity framework

531


What is model first? : Entity framework

538






Define the core components of an ASP.NET MVC application?

573


How to use Jquery Plugins in ASP.Net MVC validation?

544


How can I return string result from action in asp.net mvc?

564


Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?

565


Why to use html.partial in mvc?

718


explain what is ado.net entity framework?

573


sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?

2964


What is domain class model?

516


What are non action methods in mvc?

544


Can you explain model, controller and view in mvc?

565