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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -