Hi everyone,
i hope you are well.
I have an erron on my code and i need help please.
public Rectangle(int lon, int lar){
//Point origine = new Point();
super(Figure);
this.longueur = lon;
this.largeur = lar;
Point origine = new Point(0,0);
}
Rectangle.java:13: error: cannot find symbol
super(Figure);
^
symbol: variable Figure
location: class Rectangle
1 error