On Tue, 2007-06-26 at 16:59 +0200, David Nečas (Yeti) wrote: > > 2. Is it possible to create a final class ? (i.e A class which > cannot be > > derived) in GObjects? > > What are the expected performance or security benefits? > I would say none. So why bother?
declaring a final class is surely not an issue of performance or security; it fits with information hiding typical of OOP, so it's a perfectly valid question, IMO. ciao, Emmanuele. -- Emmanuele Bassi, W: http://www.emmanuelebassi.net B: http://log.emmanuelebassi.net _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
