First page Back Continue Last page Graphics
Properties
Properties provides way to manage class attributes elegantly.
Just by few declarations many attribute handling functions can be avoided.
Once class attributes are declared as properties and synthesized, you get free accessor methods as setters and getters.
There parameters for memory management and restricting the write capability.