Question: programming stion 2: Writing code (10 marks) Olass Vehicle private intr- puble double price - 10000; public int m ort) return to Doors public void
stion 2: Writing code (10 marks) Olass Vehicle private intr- puble double price - 10000; public int m ort) return to Doors public void set t nd) humor Doors - hd public void showInfo) vehetedors Syatem. and its price is DOORS ..println("The price) Figure I Definition of Vehicle Class In Figure 1, the class Vehicle is defined as follows: Two properties: numOfDoors, and price Three methods: getNumOfDoors, setNumOfDoors, and showinfo 1) Create a class Vehicle Search that contains a main method. In the main method you create the following: (3 marks) Two vehicles vl and v2 Print vl and v2 details using a method from the class Vehicle. Change the number of doors and price of vl and v2. Print vl and v2 details again
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
