次の例では、COBCH1840 ('type b' は抽象クラス 'type a' のプロパティ 'PropG1' の set アクセサーを実装していない) が戻されます。
		
       class-id a public abstract.
       property-id PropG1 string abstract.
       getter.
       setter.
       end property.
       end class.
       class-id b inherits type a.
       01 PropG1        string public property with no set override.
       end class.