There are two special modifiers on a class, MustInherit
and NotInheritable
. It is illegal to specify them both. The MustInherit
modifier indicates that the class is abstract, while the NotInheritable
modifier indicates that the class is final.
MustInherit
| NotInheritable