[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: OOP in daydream of nightmare of hallucination of future
- From: "Steve Donovan" <sjdonova@...>
- Date: Tue, 18 Jan 2005 12:22:38 +0200
Hi All,
I've put a simple scheme for doing classic OOP on the wiki:
http://lua-users.org/wiki/SimpleLuaClasses
No novelties really, except that inheritance is done by copying the
base fields into the derived classes. This will give better
performance at the cost of making the class tables larger.
steve d.