Answer Posted / shalini
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 shared name,
the Visual Basic compiler resolves it to the shadowing
element.
Shadowing through inheritance is hiding a method of a
base class and providing a new implementation for the same.
This is the default when a derived class writes an
implementation of a method of base class which is not
declared as overridable in the base class. This also serves
the purpose of protecting an implementation of a new method
against subsequent addition of a method with the same name
in the base class.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
3. What goals do you have in your career?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Can we use a static function with a non-static variable?
Describe a Windows Service and its lifecycle ?
What is sql data source control in asp.net?
What are session state modes in asp.net?
What are uri parameters?
Is there any property names “isnavigating”?
Where code pages are used?
How to send a DataReader as a parameter to a remote client ?
witch is the best insistute in sharpoint course.what abt future of share point course.
What are the three parts of an http response?
How to use ipostback?
How does session authentication work?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?