What are objective c properties?



What are objective c properties?..

Answer / Ila Agarwal

Objective-C properties are instance variables declared in the interface section of a class and synthesized (or not) using @synthesize. They provide a simple, consistent way to access and manipulate an object's data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

How do I open .m files?

1 Answers  


Is objective c type safe?

1 Answers  


How to convert nsnumber to nsstring in objective c?

1 Answers  


What are nsautoreleasepool?

1 Answers  


Ns object is a parent class or derived class?

1 Answers  


What is an accessor method?

1 Answers  


What is abi stability?

1 Answers  


What is an objective statement?

1 Answers  


What is objective c used for?

1 Answers  


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

1 Answers  


What is immutable infrastructure?

1 Answers  


What is a class in xcode?

1 Answers  


Categories