/*
 * Task 09:
 * 
 * Add methods to the following class, such that the requirements
 * of the given interface are met
 */

package task09;

public class SomeClass extends SomeAbstractClass {

	// INSERT METHODS BELOW
	
	
}
