What is shadowing?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is shadowing?
Rating:
Shadowing is a programming technique of hiding a member of a base class with a new member of a derived class. If a derived class redefines an element that is inherited from a base class, the original element is shadowed by the redefined element. Shadowing is used to protect an element against a subsequent base class modification.
Rating:
Was this information helpful?
Other articles
- What is a breakpoint?
- What is Integrated Windows authentication?
- What is the Inherits statement?
- Skills required for Microsoft test 70-305.
- What is the HtmlTextWriter class?