Ns object is a parent class or derived class?
Answer / Rajnikant Sharma
NSObject is a root class in the Objective-C framework and serves as the base class for all other classes. It does not have any direct subclasses, so it's neither a parent nor a derived class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the important data types found in objective-c?
What are the characteristics of the category?
What are the three main types of property?
What is m file?
What optional binding?
How do you check for leaks?
What’s the contrast between active, inactive, not-running, background and suspended execution states?
What is mark and sweep algorithm?
Can we create dynamic classes in objective c?
What is toll-free bridging?
What is immutable infrastructure?
What is dictionary objective c?