What is shadowing?

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


Please Help Members By Posting Answers For Below Questions

How does a content page different from a master page?

570


Which protocol is used to call web service?

559


Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

544


What is the base class from which web forms are inherited?

522


What is the difference between pathparam and queryparam?

566






Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc

520


Explain some of the major built-in objects in asp.net

596


How do u deploy ur project?

2211


Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

615


What is cookies in asp net?

515


Why select Web API?

560


In which event of the page life cycle, is the viewstate available?

520


Explain the difference between asp & asp.net.

538


What is data grid view in asp.net?

526


How to send a DataReader as a parameter to a remote client ?

2711