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 get override.
       end class.