diff options
-rw-r--r-- | software/chapter.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/software/chapter.tex b/software/chapter.tex index 758ca8f..d4a1517 100644 --- a/software/chapter.tex +++ b/software/chapter.tex @@ -318,6 +318,8 @@ OOP is a deep subject with many patterns and concepts behind it. % There are many places to read further [CITES].
I recommend The Quarks of Object-Oriented Development, by \textcite{ArmstrongDeborahJ2006a}. %
+% TODO: consider discussion of polymorphism
+
\section{Hierarchical data format} % -------------------------------------------------------------
One of the particularly important challenges in CMDS is data storage. %
|