What is @synthesize in objective-c ?



What is @synthesize in objective-c ?..

Answer / Arjun Mahato

In Objective-C, @synthesize is a compiler directive used to generate accessor methods (getters and setters) for instance variables declared within a class. This directive was commonly used before the introduction of automatic synthesis.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

Difference b/w collectionView & uitableview?

1 Answers  


Explain UIView life cycles

1 Answers  


What are the popular apps of iphone?

1 Answers  


how push notification works?

1 Answers  


What manual memory management ? How it work?

1 Answers  


What is message forwarding?

1 Answers  


What is autorealease pool?

1 Answers  


What makes react native special for ios?

1 Answers  


What is retain in ios?

1 Answers  


What are design patterns in ios?

1 Answers  


How to export your private key from your keychain in iphone development?

1 Answers  


Explain steps for using coredata?

1 Answers  


Categories