Question: In Java(Full Program) Create an abstract class called Car which has two fields: make and price. For each of the fields provide set and get
In Java(Full Program) Create an abstract class called Car which has two fields: make and price. For each of the fields provide set and get methods. The abstract class must have an abstract method called description, which provides a description on each car. Create two child class called Chrysler and Toyota. Write a program which utilize the parent and child classes to show information about the cars.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
