Is nsobject a parent class or a derived class?



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

Post New Answer

More Objective-C Interview Questions

Can you use swift and objective c together?

1 Answers  


What are properties and instance variables in objective c and swift?

1 Answers  


What are the rules of variable?

1 Answers  


What is gcd? What are its advantages over nsthread?

1 Answers  


What can’t we put into an array or dictionary?

1 Answers  


How to call a function in objective-c?

1 Answers  


How to call methods in objective c?

1 Answers  


What is difference between c and objective c?

1 Answers  


What are benefits of collections views?

1 Answers  


Is objective c open source?

1 Answers  


What is main storyboard?

1 Answers  


What is category in objective c?

1 Answers  


Categories