Class C1 'methods that do not override any other 'method should not be declared 'notoverridable' Public Notoverridable Sub S() End Sub End Class Module OverrideC2 Sub Main() End Sub End Module