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



What are the attributes of category?..

Answer / Salil Kumar

In Objective-C, a category provides additional functionality to an existing class by adding new instance methods and/or class methods. The attributes of a category include: it must be declared with the @interface directive and should not have an instance variable declaration, it can only extend classes (not structures or unions), and its methods can access both public and private instance variables of the original class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is dictionary objective c?

1 Answers  


Is method and function same?

1 Answers  


What is an example of category?

1 Answers  


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

1 Answers  


What is the difference between #import and #include in objective-c?

1 Answers  


What is protocol in objective-c?

1 Answers  


Are id and instancetype same? If not, what are differences between them?

1 Answers  


What is an accessor method?

1 Answers  


How to initialize nsmutabledictionary in objective c?

1 Answers  


How do you add a category in objective c?

1 Answers  


What is data encapsulation in objective-c?

1 Answers  


What is protocol in simple words?

1 Answers  


Categories