Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Is objective c object oriented?

1 Answers  


How does dispatch_once manages to run only once?

1 Answers  


What is the principle distinction between the function calls and messages?

1 Answers  


When is toll-free bridging useful?

1 Answers  


How the class “implementation” is represented in objective-c?

1 Answers  


When to use nsautoreleasepool??

1 Answers  


What is strong and weak in objective c?

1 Answers  


What happens with the objects if the array is released?

1 Answers  


What are the types of ios binaries you can create using xcode?

1 Answers  


When would you use nsarray and nsmutablearray?

1 Answers  


How is #import different from #include?

1 Answers  


What is kvc and kvo? Give an example of using kvc to set value.

1 Answers  


Categories