Shadows vs Overloads in VB.NET
Posted
by serhio
on Stack Overflow
See other posts from Stack Overflow
or by serhio
Published on 2010-03-25T11:35:25Z
Indexed on
2010/03/25
11:43 UTC
Read the original article
Hit count: 315
When we have new
in C#, that personally I see only as a workaround to override a property that does not have a virtual/overridable declaration, in VB.NET we have two "concepts" Shadows
and Overloads
.
In which case prefer one to another?
© Stack Overflow or respective owner