Skip to content

Adhouma/Inheritence-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inheritence-challenge

/**
 * Start with a base class of a Vehicle, then create a Car class that inherits from this base class.
 * Finally, create another class, a specific type of Car that inherits from the Car class.
 * You should be able to hand steering, changing gears, and moving (speed in other words).
 * You will want to decide where to put the appropriate state and behaviours (fields and methods).
 * As mentioned above, changing gears, increasing/decreasing speed should be included.
 * For you specific type of vehicle you will want to add something specific for that type of car.
 */

Releases

No releases published

Packages

No packages published

Languages