
public interface Shape{
	void draw();
	void howManySides();
}