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
- How to change the Configuration property of a Visual C# .NET project?
- What is Microsoft .NET?
- What are SOAP extensions?
- What is the CreateEventSource method of the EventLog class?
- How to change settings for the Release or Debug configuration?