View Single Post
  #6 (permalink)  
Old 06-25-2007, 11:48 PM
ccoonen ccoonen is offline
PT Staff
Awards Showcase
Quality Tutorial Quality Tutorial Quality Tutorial Quality Tutorial 
Total Awards: 4
Join Date: Jun 2007
Location: Wisconsin
Posts: 317
iTrader: (0)
ccoonen is on a distinguished roadccoonen is on a distinguished roadccoonen is on a distinguished roadccoonen is on a distinguished road
Well... Personally, I've been doing VB since vb3 so I am very used to its syntax. I also program in AS, C++, C#, JScript, etc... c-style languages. I would say the main advantage of vb vs. c# (besides being easier for me to whip out) is the naming schema's: For instance:

Public MustInherit Class FriendShip
End Class

I know right off the bat I can't instantiate this class.

And now that VB has Using too (not like the c# Using to import a namespace) we are all set as VB programmers
Reply With Quote