Hi,

In the LAB-1023 Homework I have to write the getSalePrice() method for
the Ford sub class, this method subtract the manufacturerDiscount from
the sale price computed from Car class.

The problem is that the sale price from Car class is computed by
Car.getSalePrice() and I can't use this method in the
Ford.getSalePrice() because it is ovverided by himself.

I have to write a new method even if it is not indicated in the
specifications ?

What are the specifications for Car.getSalePrice() method ?

Thank you and best regards.

  Plinio



-- 
To post to this group, send email to javaprogrammingwithpassion@googlegroups.com
To unsubscribe from this group, send email to 
javaprogrammingwithpassion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en

Reply via email to