From c6c2d5a82dc2845aea727bb7330c0f3b93d41a69 Mon Sep 17 00:00:00 2001 From: David Barnes <dbarnes@kvcc.edu> Date: Mon, 5 Oct 2015 20:52:05 -0400 Subject: [PATCH] Update README with more information. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b4aec7..07161bc 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ You should create a class for the collection of the Droids. It should have an ad You should follow the concepts about inheritance talked about in class, and work hard at DRY (Don't Repeat Yourself) Principles. Solution Must: -* Create abstract class Droid +* Create abstract class Droid that implements IDroid * Derive two classes (Protocol and Utility) from the class Droid * Derive two classes (Janitorial and Astromech) from the class Utility * Each derived class must either implement or override the ToString and CalculateTotalCost methods -- GitLab