top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is Shadows modifier in VB.NET?

+3 votes
433 views
What is Shadows modifier in VB.NET?
posted Jan 27, 2014 by Merry

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

Purpose of shadowing:
1- To preserve the definition of your class members.
2- The base class might undergo a change that creates an element with the same name as one you have already defined. If this happens, the Shadows modifier forces references through your class to be resolved to the member you defined, instead of to the new base class element.

answer Jan 28, 2014 by Atul Mishra
Similar Questions
+4 votes
+2 votes

Is there a class/method we can use in VB.net to transform a website in html format to xml format? If there is can you please type the codes out thanks!

+4 votes

How to create Create, read, write and delete event logs in VB.NET

...