p****2 发帖数: 387 | 1 Anyone can recommend me a good OO programming book for Microsoft Visual
Basic 6? Thanks! |
p****2 发帖数: 387 | 2 The company is using Visual Basic 6 now, and I am kind of familiar with OO
paradigm. So trying to link OO with Visual Basic 6. Thanks for reply! |
l******e 发帖数: 470 | 3 vb6 is not really oo
【在 p****2 的大作中提到】 : The company is using Visual Basic 6 now, and I am kind of familiar with OO : paradigm. So trying to link OO with Visual Basic 6. Thanks for reply!
|
p****2 发帖数: 387 | 4 I came across the book "Programming Microsoft Visual Basic 6.0" by Francesco
Balena, and its Chapter 6 is "Classes and Objects". So I guess Visual Basic
6 can be used for OO programming.
【在 l******e 的大作中提到】 : vb6 is not really oo
|
l******e 发帖数: 470 | 5 having classes doesn't necessarily mean it is oo.
vb6 doesn't fully support polymorphism, and inheritance.
Francesco
Basic
【在 p****2 的大作中提到】 : I came across the book "Programming Microsoft Visual Basic 6.0" by Francesco : Balena, and its Chapter 6 is "Classes and Objects". So I guess Visual Basic : 6 can be used for OO programming.
|
p****2 发帖数: 387 | 6 Yeah, I think you are right that VB6 is not a full-fledged OO programming
language. Nonetheless it has some flavor of OO.
【在 l******e 的大作中提到】 : having classes doesn't necessarily mean it is oo. : vb6 doesn't fully support polymorphism, and inheritance. : : Francesco : Basic
|
N********n 发帖数: 8363 | 7
Not worth learning anything obsolete. C# 3.5 or VB.NET 3.5 way way
more popular in the job market.
【在 p****2 的大作中提到】 : Anyone can recommend me a good OO programming book for Microsoft Visual : Basic 6? Thanks!
|