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