OOP in VB.NET vs. C# (matching keywords)

  • Thread starter Thread starter NewbieDev
  • Start date Start date
N

NewbieDev

Hi there,

I have some experience with Java and C#.
But currently I have to work with VB.NET
And I was wondering if there is a good SHORT text about OOP features of
VB.NET
and its matching with C#.
Something like:
/*** C# class declaration ***/
....
'*** VB Class declaration ***
...
Or even better a table of matching keywords.

Can anyone advise an article/link?

Thank you very much,
Andrei
 
NewbieDev said:
Hi there,

I have some experience with Java and C#.
But currently I have to work with VB.NET
And I was wondering if there is a good SHORT text about OOP features
of VB.NET
and its matching with C#.
Something like:
/*** C# class declaration ***/
...
'*** VB Class declaration ***
..
Or even better a table of matching keywords.

Can anyone advise an article/link?

I hope it helps:

http://msdn.microsoft.com/library/en-us/vsintro7/html/vxgrfLanguageEquivalents.asp
 
Back
Top