Changes between Version 8 and Version 9 of ControlSystems/SoftwareTeam/Training/GettingStarted/JavaExercises


Ignore:
Timestamp:
Nov 14, 2016, 8:14:21 PM (9 years ago)
Author:
azhang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/GettingStarted/JavaExercises

    v8 v9  
    4242
    4343Animal Farm step 2:
    44 * All `Animal` can also be created with only a `mass`.
    45 * If an `Animal` is created without a `name`, it's name is set to `Steve` by default.
    46 * All `Animal` now also have a `setName` method which sets their `name`.
    47 * All `Animal` can `printInformation`, which prints information on the specific animal.
     44* All animals can also be created with only a `mass`.
     45* If an animal is created without a `name`, it's name is set to `Steve` by default.
     46* All animals now also have a `setName` method which sets their `name`.
     47* All animals can `printInformation`, which prints information on the specific animal.
    4848  * Ex. `Spot is a Dog with a mass of 15.4`
    4949