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 the function of the category?



What is the function of the category?..

Answer / Pooja

In Objective-C, categories allow you to extend existing classes with new methods without modifying the original source code. Categories can define additional instance methods and class methods for a class. They are useful when you want to add functionality to an existing class without altering its original implementation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is instancetype?

1 Answers  


What is a delegate? Can you retain delegates?

1 Answers  


What are the rules of variable?

1 Answers  


What is an nsobject?

1 Answers  


What is the difference between class and category?

1 Answers  


Is there function overloading in objective-c?

1 Answers  


Explain what is #import?

1 Answers  


Is objective-c a dynamic language?

1 Answers  


What is autoclosure?

1 Answers  


What happens if you add your just created object to a mutable array, and you release your object?

1 Answers  


What is atomic in objective c?

1 Answers  


What are static attributes?

1 Answers  


Categories