A
ABC
In VB, we can write the share function as
Public Shared Function FnXXX()
....
....
End Function
How about on C#?
Public Shared Function FnXXX()
....
....
End Function
How about on C#?
ABC said:In VB, we can write the share function as
Public Shared Function FnXXX()
...
...
End Function
How about on C#?
Daniel O'Connell said:I believe the equivilent is "static":
What's going on here? I recently noticed that VB also has the "friend"
keyword. Do MS think that people using VB are too stupid to understand
words like internal and static?
keyword. Do MS think that people using VB are too stupid to understand
words like internal and static?
Cor Ligthert said:Can you explain this a little bit more, is this in a kind of thinking
about superiority from one language? Some people who only are able to
speak one natural language have sometimes the idea that their language is
the only language that is correct, is it something the same?
Which implies at least for me that you find the words from *your* languageI didn't suggest any language was superiour, I was asking about the
differences in C# and VB. The words in VB seem to be "simplified", and I
wondered what the reason was.
Cor Ligthert said:Which implies at least for me that you find the words from *your* language
superior.