Create an abstract Auto class with fields for the car make and price. Include get and set methods for these fields; the setPrice() method is abstract. Create two subclasses for individual automobile makers (for example, Ford or Chevy), and include appropriate setPrice() methods in each subclass (for example, $20,000 or $22,000). Finally, write an application that uses the Auto class and subclasses to display information about different cars. Save the files as Auto.java, Ford.java, Chevy.java, and UseAuto.java.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.