[Oberon] FPGA - Simple OOP example
Tomas Kral
thomas.kral at email.cz
Thu Aug 16 14:11:27 CEST 2018
On Thu, 16 Aug 2018 13:57:14 +0200
Jörg <joerg.straube at iaeth.ch> wrote:
> and those of the imported module (super).
> Jörg
Following the argument...
1) Spase: m^ = methods^
vs
2) Consistency m = methods
Is it not enough, just to have a pointer to the imported (super)
methods container, we may only need to upcall some of the methods, and
pointer will do for that.
To overwrite some methods, then we need a fresh copy (self).
--
Tomas Kral <thomas.kral at email.cz>
More information about the Oberon
mailing list