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...


Does objective c support multiple inheritance?



Does objective c support multiple inheritance?..

Answer / Mukesh Dahiya

No, Objective-C does not natively support multiple inheritance. However, it does provide category and extension mechanisms to effectively achieve similar functionality by adding methods or properties to existing classes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is a .m file in xcode?

1 Answers  


What is a category extension?

1 Answers  


Tell us the result when you invoke a particular method on a nil pointer?

1 Answers  


Is objective c and c the same?

1 Answers  


How do you insert a block?

1 Answers  


Explain mutable types in objective c programming language?

1 Answers  


What is the difference between underscore and self (i.e self.xx and _xx) ?

1 Answers  


How to reverse array in objective c?

1 Answers  


What is an nsobject?

1 Answers  


What is objective writing?

1 Answers  


What do you mean by category and when to use it?

1 Answers  


How is #import different from #include?

1 Answers  


Categories