Quiz: Reorganizing the Carshare Classes
Start with the lesson8/carshare8 project. Create 2 packages: com.udacity.carshare (for Simulation and Car) and com.udacity (for Person) Detailed instructions in CarShareApp.java
To which class should I add the import
import com.udacity.Person;Write none if it shouldn't be imported anywhere. |
Car, Simulation |
|
To which class should I add the import
import com.udacity.carshare.Car;Write none if it shouldn't be imported anywhere. |
none | |
To which class should I add the import
import com.udacity.carshare.Simulation;Write none if it shouldn't be imported anywhere. |
CarShareApp |