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

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -