RE: Is encapsulation deprecated in ObjC?
RE: Is encapsulation deprecated in ObjC?
- Subject: RE: Is encapsulation deprecated in ObjC?
- From: "Todd Blanchard" <email@hidden>
- Date: Thu, 16 Aug 2001 12:13:42 -0700
One additional point. Most Cocoa programming tutorial material is in
writing UI
controller classes.
UI controller classes are atypical objects as they are primarily a mapping
mechanism from some nice OO domain model to some nice OO view model. Their
primary purpose is to just store state and translate between the two models.
So they tend to be accessor/IVAR heavy and short on behavior. Nothing wrong
with that, its just the nature of their job.
-----Original Message-----