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 ?