|
-
Jun 28th, 2004, 02:00 PM
#1
Thread Starter
Hyperactive Member
Inheritance ..
VB.NET does not support Multiple Inheritance. The problem here is .. you can write classes and manage it with Deep Inheritance.
So Car Class can inherit Auto and Parts can inherit Car to get to Auto.
But how can you manage this in Windows Forms ? They are apparently nothing but classes and they are always inheriting Inherits System.Windows.Forms.Form ... so how do you implement deep inheritance here ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|