|
@@ -1,5 +1,10 @@
|
1
|
1
|
# Leon's Lengthy Learner Lab
|
2
|
|
-* **Purpose** - to demonstrate the use of [Java interfaces](http://tutorials.jenkov.com/java/interfaces.html#java-interface-example)
|
|
2
|
+* **Purpose** - to demonstrate the use of
|
|
3
|
+ * [interfaces](https://stackoverflow.com/questions/1321122/what-is-an-interface-in-java)
|
|
4
|
+ * [abstract classes](https://stackoverflow.com/questions/1320745/abstract-class-in-java)
|
|
5
|
+ * [concrete classes](https://stackoverflow.com/questions/43224901/what-is-the-concrete-class-in-java)
|
|
6
|
+ * [enums](https://stackoverflow.com/questions/4709175/what-are-enums-and-why-are-they-useful)
|
|
7
|
+ * [generics](https://stackoverflow.com/questions/7815528/what-are-generics-in-java/7815579)
|
3
|
8
|
* **Objective** - to implement a `ZipCodeWilmington` class which _mediates_ a _composite_ `Students` and `Instructors` _singleton_ reference.
|
4
|
9
|
|
5
|
10
|
|