Skip to content
Snippets Groups Projects
Commit c4c1ccf7 authored by David Barnes's avatar David Barnes
Browse files

Update README yet again.

parent dd7562ba
Branches
No related merge requests found
...@@ -22,7 +22,7 @@ The program comes with an Interface IDroid that must be implemented by subclasse ...@@ -22,7 +22,7 @@ The program comes with an Interface IDroid that must be implemented by subclasse
The program should have a base abstract class called Droid with the following variables, properties, constructors, methods, etc that implements the IDroid interface. The program should have a base abstract class called Droid with the following variables, properties, constructors, methods, etc that implements the IDroid interface.
Droid: Droid:
* Variables: material (string), model (string), color (string), baseCost (double), totalCost (double) * Variables: material (string), model (string), color (string), baseCost (decimal), totalCost (decimal)
* Constructors: 3 parameter constructor (string, string, string) * Constructors: 3 parameter constructor (string, string, string)
* Property: TotalCost to return the cost of the droid (Required by the interface) * Property: TotalCost to return the cost of the droid (Required by the interface)
* Methods: * Methods:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment