Visual Basic Language Reference  

MustInherit

The MustInherit keyword specifies that a class cannot be instantiated and can be used only as a base class.

The MustInherit keyword is used in this context:

Class Statement

See Also

Visual Basic Language Keywords