Multiple choice technology We can obtain the getter and setter methods of property using @interface and @implement @property and @synthesis @category and @protocol none Reveal answer Fill a bubble to check yourself B Correct answer Explanation The @property directive declares accessor methods in the interface, and @synthesize implements them in the implementation. This combination automatically generates getter and setter methods for instance variables.