/*
 * Task 08:
 * 
 * Add methods to the following class, such that the requirements
 * of the given interface are met
 */

package task08;

public class SomeClass implements SomeInterface {
	
	// INSERT METHODS BELOW
	

}
