From 4e693aeaf1aa4e3ee52c8db7bd47fed3f7d47720 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Mon, 20 Mar 2017 14:06:15 -0400 Subject: [PATCH] Remove specialization --- second-edition/src/ch17-00-oop.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/second-edition/src/ch17-00-oop.md b/second-edition/src/ch17-00-oop.md index cc45e0cb8..eeab0d79f 100644 --- a/second-edition/src/ch17-00-oop.md +++ b/second-edition/src/ch17-00-oop.md @@ -379,10 +379,6 @@ so that you could use `Employee` everywhere you can use `Person`? TODO: Should we mention this? -## Specialization - -TODO: Should we mention this? - ## Encapsulation TODO: is it worthwhile to point this out? Seems pretty trivial/obvious