抽象クラス・抽象メソッドの宣言

public MustInherit class class1
    public MustOverride function foo(byval bar as integer) as boolean
end class