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

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
 
A

Armin Zingler

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top