[fpc-devel] class abstract, class sealed implementation. please review.

dmitry boyarintsev skalogryz.lists at gmail.com
Sat Oct 17 10:16:26 CEST 2009


On Sat, Oct 17, 2009 at 7:55 AM, Paul Ishenin <webpirat at mail.ru> wrote:
> Class helpers will appear in fpc sooner or later too. As I heard they are
> needed (although a bit extended) for the Jonas objective pascal project.

Obj-C categories are different to helper-classes.
Helper-classes don't extend class methods, they just provide a way to
access private/protected class section.
Categories actually are adding methods to a obj-c class.

thanks,
dmitry



More information about the fpc-devel mailing list