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


What is a category in objective c?



What is a category in objective c?..

Answer / Franklin Eric Kujur

"A category in Objective-C is a feature that allows you to add new methods, properties or categories to an existing class without modifying the original source code. Categories are defined in a .m file and include the @interface directive followed by a name enclosed in parentheses."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

How to add object to nsarray objective c?

1 Answers  


Ns object is a parent class or derived class?

1 Answers  


How do you insert a block?

1 Answers  


What is protocol in simple words?

1 Answers  


Does objective c have garbage collection?

1 Answers  


What is lazy var?

1 Answers  


Is objective c hard to learn?

1 Answers  


How declare methods in objective c? And how to call them?

1 Answers  


What is an extension?

1 Answers  


What is the protocol in objective c?

1 Answers  


Is c++ similar to objective c?

1 Answers  


How to add custom cell in uitableview in objective c?

1 Answers  


Categories