First page Back Continue Last page Graphics
Categories
Category can be used to add method to existing classes.
You can not add new instance variable to class.
If method name already exists in the class, functionality will be replaced with new method.
There is no way to call replaced method from original class.
This can also be used for splitting class implementation.