What is the meaning of 'synthesize' keyword?



What is the meaning of 'synthesize' keyword?..

Answer / Akash Kumar Srivastava

In Apple iOS, the 'synthesize' keyword is used in Objective-C to automatically create accessor methods (getters and setters) for instance variables declared within a class. It simplifies the process of creating these methods manually.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

What is called before viewdidload?

1 Answers  


What is the difference between cocoa and cocoa touch?

1 Answers  


 How can you respond to state transitions on your app? 

1 Answers  


What does static analyser do?

1 Answers  


Explain difference between nil and nil?

1 Answers  


What are transient properties?

0 Answers  


What is ios selector?

1 Answers  


How do you create a fetched property?

1 Answers  


What are the Common reasons for app rejection from app store review process?

1 Answers  


What are the memory management rules?

1 Answers  


How are non-atomic and atomic properties different?

1 Answers  


Why do you generally create a weak reference when using self in a block?

1 Answers  


Categories