objective c - Where is [super init] method actually located? -
where [super init] method located , happens if negotiate calling super init method?
that depends on entirely on superclass. if class derives nsobject, calls -init method in nsobject class. if class derives class parentclass, calls -init method in parentclass.
not sure mean "negotiate" calling super init method.
Comments
Post a Comment