Re: [fpc-pascal] Multiple inheritance is more powerful than Pascal's interfaces ?

2008-01-25 Thread Andrey Gusev
* Matt Emson [EMAIL PROTECTED] [Fri, 25 Jan 2008 10:03:59 +]: Matt Emson translation, that is almost the same as in my attached trial: --- TObj = class protected fff: integer; end; TObj2 = class(TObj) protected fff2: integer; end; TIntf = interface

Re: [fpc-pascal] Multiple inheritance is more powerful than Pascal's interfaces ?

2008-01-25 Thread Matt Emson
Andrey Gusev wrote: This question was posted to fpc-other, yesterday, but seems wrongful, in subject appropriation sense to that maillist. === I wish to introduce some additional (and general) functional to an existing (and foreign) freepascal's unit. I wouldn't to introduce any my own

[fpc-pascal] Multiple inheritance is more powerful than Pascal's interfaces ?

2008-01-24 Thread Andrey Gusev
This question was posted to fpc-other, yesterday, but seems wrongful, in subject appropriation sense to that maillist. === I wish to introduce some additional (and general) functional to an existing (and foreign) freepascal's unit. I wouldn't to introduce any my own code to that foreign