[fpc-pascal]Any plans for multiple inheritence?
V.Krishnakumar
vkrish at vkrish.cjb.net
Thu May 1 10:28:50 CEST 2003
On Thu, 1 May 2003 19:13:38 +1200, paradice <paradice at paradicesoftware.com>
wrote:
> Just wondering, are there any plans for implementing multiple class
> inheritence in the FPC compiler? So that you can have a class that
> inherits
> from two separate ancestors, and can override or call methods contained
> in
FPC (1.1 version) already implements interfaces which IMO, is a much better
alternative to MI.
It is also interesting to note that FPC implements both normal interfaces
(as in Java, Objective-C) and reference counted interfaces (as in COM).
cheers,
-Krish
More information about the fpc-pascal
mailing list