PDA

Click to See Complete Forum and Search --> : Inheritance in VB?


serhiy
Jan 16th, 2001, 02:46 AM
Goodday mate...

I'm wondering whether VB can do class inheritance, just like C++? If yes, how?

Your help will be appreciated...

Bill Crawley
Jan 17th, 2001, 05:34 AM
No inheritance isn't fully supported in Vb6 you'll have to wait for vb.net. You can use Implements which kind of gets you on the way - this gives you polymorphic behaviour