> OK, I lurred myself by taking words too literally. I thought "virtual" meant
> unimplemented, to be implemented in sub-classes.

unimplemented = abstract virtual method

type
  something = class
    procedure do_something; virtual; abstract;
    end;

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to