Imports System NotInheritable Class A Public MustOverride Sub F() End Class Module NotInheritableTest Sub Main() End Sub End Module