Home > Mobile >  How can I use the "Point" class to calculate the area of an ellipse
How can I use the "Point" class to calculate the area of an ellipse

Time:10-15

I am doing an exercise where I have the parent class (father) and I want to calculate the area of an ellipse in the main class I made a method called position, in the child class (daugther) I called it ellipse and I created a method called calculateArea, I don't know how I can use the "Point" of the secondary class.

  • Related