[comp.sys.next] Deferred constructors

jacob@gore.com (Jacob Gore) (07/06/89)

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?

--
Jacob Gore	Jacob@Gore.Com		{nucsrl,boulder}!gore!jacob