ftp.nice.ch/peanuts/GeneralData/Usenet/news/1989/CSN-89.tar.gz#/comp-sys-next/1989/Jul/Deferred-constructors

This is Deferred-constructors in view mode; [Up]


Date: Sun 05-Jul-1989 19:20:32 From: Unknown Subject: Deferred constructors How does one set up a deferred constructor? You can't do something like +new { return [self subclassResponsibility:@selector(new)]; } because the subclass will do a self = [super new]; and trigger the subclassResponsibility message. Is there a way for the subclass to bypass deferred +new methods in its inheritance chain?

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Marcel Waldvogel and Netfuture.ch.