Simple question from a simple-minded:
What are the differences between the Shadows keyword in VB.NET and the New keyword in C#? (regarding method signatures of course).
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
|
They are identical. In some versions of Visual Studio (I'm not sure if this is still the case), using the |
|||
|
|
They are same, its just the language specific keyword to implement the same OOP concept. |
|||
|
|