> Is there any way I can have a constant string class that can subclass
> anything other than `Object'? 

Yes, as long as the thing you are subclassing from doesnt have any
instance variables, as it has to have a specific layout on the
stack. That can make doing some things a bit fiddly, but it does
work.



_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to