InterviewSolution
Saved Bookmarks
| 1. |
Is NSObject a parent class or a derived class? |
|
Answer» NSOBJECT is the ROOT CLASS from which a LOT of other classes inherit. When an object encounters another object, it interacts USING the basic behavior defined by the NSObject description. |
|