diff options
author | Blaise Thompson <blaise@untzag.com> | 2018-04-16 09:35:25 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2018-04-16 09:35:25 -0500 |
commit | 6579cbe6381ee4bb805a6d5b5cc5fbd249daa9f2 (patch) | |
tree | 3f4694c6bd0a21ea1321c18ed8ab535ddf07e5fb /software | |
parent | 3671f4e2c92f28319e9c8e44071604e98d8d783f (diff) |
2018-04-16 09:35
Diffstat (limited to 'software')
-rw-r--r-- | software/chapter.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software/chapter.tex b/software/chapter.tex index a3f8d2d..e1b42f5 100644 --- a/software/chapter.tex +++ b/software/chapter.tex @@ -393,7 +393,7 @@ You can even have inheritance between different packages, allowing programmers t extend the behavior of existing tools for their specific needs. %
OOP is a deep subject with many patterns and concepts behind it. %
-There are many places to read further [CITES]. % BJT: KFS can you give me some citations?
+There are many places to read further. % BJT: KFS can you give me some citations?
I recommend The Quarks of Object-Oriented Development, by \textcite{ArmstrongDeborahJ2006a}. %
% TODO: consider discussion of polymorphism
|