return • the value of a property of an object. If the property is expressed as a noun, the format is: • - (NSString *)title; • - (void)setTitle:(NSString *)aTitle; • If the property is expressed as an adjective, the format is: • - (BOOL)isEditable; • - (void)setEditable:(BOOL)flag; •