• Welcome to Valhalla Legends Archive.
 

OO Topics in Visual Basic

Started by Dark-Feanor, November 15, 2003, 11:16 AM

Previous topic - Next topic

Dark-Feanor

I have been working on my bot, and my life would be a lot easier if I knew a little more about classes in visual basic 6.0.
Does anybody know how to not use the defualt constructor for Visual Basic Classes? Also, is there any way to make a class inheritance hierarchy in VB? Thanks for any help.
- Feanor[xL]
clan exile
Firebot
iago: "caps lock is like cruise control for cool"

Banana fanna fo fanna

Quote from: DaRk-FeAnOr on November 15, 2003, 11:16 AM
I have been working on my bot, and my life would be a lot easier if I knew a little more about classes in visual basic 6.0.
Does anybody know how to not use the defualt constructor for Visual Basic Classes? Also, is there any way to make a class inheritance hierarchy in VB? Thanks for any help.

VB doesn't have real classes. You get these modules which can be instantiated and have an initialize method; thats about it.

No inhertitance, no constructors.