public class Retangle extends Shape{ @Override protected void draw(){ System.out.println("Retangle is drawn."); } }