[C++-sig] Re: Pyste bug - static member functions...

David Abrahams dave at boost-consulting.com
Mon Jun 16 20:56:52 CEST 2003


Roman Sulzhyk <roman_sulzhyk at yahoo.com> writes:

> I also like Dave's suggestion to use the term 'final' to denote virtual
> functions that  are not expected to be overloadable from Python.

That's "overridable".

The only thing about 'final' which makes me nervous is that IIUC it
usually implies enforcement: "thou shalt not try to declare this name
in a derived class or the system will slap you on the wrist".  But I
don't pretend to know Java; maybe I'm wrong?

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com





More information about the Cplusplus-sig mailing list