Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Object Oriented Programming for VB.NET - Part 1
Subject:   Microsoft, Keep copying from OOP please
Date:   2006-02-22 06:14:20
From:   metramo
With OOP experience from Simula in school, quite a lot of hacking with C, VBA and Visual Basic and having read very recently JAVA 5 Head First I come to the following conclusion.


VB .NET seems to implement all the OOP functionality in a pragmatic and functional way. It seems much more rubust and much more simple than JAVA. Together with Visual Studio it seems to be the ideal rapid prototyping environment. Too bad Visual Studio doesn't allow patching programs on the fly like VBA does (you can break directly in the program, modify a line or few and keep on executing).


As for the article. Anyone who has understood some of the aspect of OOP gan grasp what is said straight away. But is it thanks to the BASIC heritage of VB or is it thanks to the author? Difficult to say.