Re: warning missing
Greg Stark <gsstark@mit.edu>
From: Greg Stark <gsstark@mit.edu>
To: pgsql-hackers@postgresql.org
Date: 2004-06-24T12:54:09Z
Lists: pgsql-hackers
"Thomas Hallgren" <thhal@mailblocks.com> writes: > From an OO semantics point of view, I still regard Java and C# much more > elaborate than both C++ and Common Lisp. The latter lacks interfaces and > different levels of protection. It doesn't "lack" interfaces. It has actual multiple inheritance. Which is what interfaces are there to substitute for. -- greg