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

Popular posts from this blog

c# - IMAP GMAIL getting folder list problem -

PHP proxy to get XML: problem with URL arguments -