first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

From VB 6.x to Java: Some Flippant Remarks

I feel obliged to apologize before I do this: sorry. Associating VB with Java is pretty nasty. Okay:

VB is all about encapsulating procedures; Java is all about encapsulating data.

VB (as of 6.0) has modules; Java has classes. Java's equivalent of a standard module is to have a class containing the main() method. And, yes, VB has the "class module."

VB has module-level variables; Java has instance fields.

VB has optional parameters; Java has overloading.

mod date: 2000-09-16T14:28:00.000Z