Classes: Methods
Only way to access data of private types
Used to update an object
- Can also use browser directly if class is public
The init method:
- Like a C++ constructor
- Invoked whenever a new object is created
- Very handy for maintaining extents
- Not inherited