Is nsobject a parent class or a derived class?
Answer / Pranjul Shrivastava
NSObject is not a parent class but rather the root class from which all Foundation classes are derived in Objective-C. It does not correspond to an actual object in the system, but provides common functionality that many other classes inherit.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by synthesized in objective-c?
Mention what is the primary use of the category in the objective-c?
What is a selector objective c?
How to print string in objective c?
How to convert string to nsnumber in objective c?
How much does m files cost?
What are nsautoreleasepool? When to use them?
What number distinctive annotations is accessible in objective-c?
What is objective c and swift?
What is main storyboard?
What are the 5 performance objectives?
Mention whether nsobject is a parent class or derived class.