Answer by
AnnaTeague (806)
Look up cleanup codes. You define and implement a method in your class, it is declared in the superclass. You must finalize () your superclass in order for it to perform its cleanup properly. This cleans up resources which you may not be aware of being used in your superclass.