What is concept of property?



What is concept of property?..

Answer / Anand Kumar Mishra

In Objective-C, properties are a way to declare instance variables with associated accessor and mutator methods. Properties help manage memory automatically using synthesized or manually implemented accessors and mutators.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

How different is objective c from swift?

1 Answers  


Is objective c hard?

1 Answers  


What is objective c used for?

1 Answers  


Mention what is the primary use of the category in the objective-c?

1 Answers  


What is enum constant?

1 Answers  


Why swift is better than objective c?

1 Answers  


What is a process and thread?

1 Answers  


How do you call a method in objective c?

1 Answers  


What does __ block do?

1 Answers  


What is protocol with example?

1 Answers  


What is an extension?

1 Answers  


What is singleton in objective c?

1 Answers  


Categories