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 |
Can you use swift and objective c together?
What are properties and instance variables in objective c and swift?
What are the rules of variable?
What is gcd? What are its advantages over nsthread?
What can’t we put into an array or dictionary?
How to call a function in objective-c?
How to call methods in objective c?
What is difference between c and objective c?
What are benefits of collections views?
Is objective c open source?
What is main storyboard?
What is category in objective c?