Simple answer is no. Complex answer is yes. VB is an object like language. Via classes you can get inheritance via interfaces and a bit more but it takes a bit more to code then other languages.
The technical answer here is that VB6 is NOT an OOP language like say JAVA or C++ are. It will not (at least I don't know of a way) to easily handle Polymorphism, TRUE Inheritance, etc. But VB6 does have a considerably shorter learning curve and is wonderful for QUICKLY creating usable business code. Very important quality these days!
Now having said that I must mention that the tables turn somewhat with VB7 (VB.NET). VB.NET does support MOST OO concepts.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.