interface Shape { 
	public abstract void sides();
}