Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.69K
~215 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for android45

Convention for getters and setters in ObjC encourages getter method be called the variable name and the setter be called the variable name preceeded by set. getter: **[obj myVar]** or **obj.myVar** setter: **[obj setMyVar:value]** or **obj.myVar = value** This kind of negates the example given above. Dot notation and bracket …

Member Avatar for mptheapple11
0
215

The End.