Finalize

Origo employs a garbage collector so there is no need to free memory manually, like in C++ or Objective-C. If there is a need to do something when an object is finished, a method called finalize can be declared. When an object is destroyed, the finalize method is called also for all base classes.