[Prev][Next][Index][Thread]

make() and initialize()?



I've finally encountered a situation in which I'd like to override the
default/generated constructors. I've seen code which overrides make,
and code which overrides initialize on the new class. What is the
difference between make() and initialize()?