summaryrefslogtreecommitdiff
path: root/01-19.md
diff options
context:
space:
mode:
authorlshprung <lshprung@yahoo.com>2021-01-21 09:48:34 -0800
committerlshprung <lshprung@yahoo.com>2021-01-21 09:48:34 -0800
commita8a1645a8d6ca451d620b942dd5744705e85af0b (patch)
tree721ada67150cceb1e5d602c26582805aac85e647 /01-19.md
parent11bb7ad186f0c66528bd13fdc83433b1e88e75c8 (diff)
Post-class 01/21
Diffstat (limited to '01-19.md')
-rw-r--r--01-19.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/01-19.md b/01-19.md
index 5b32d08..a7340f7 100644
--- a/01-19.md
+++ b/01-19.md
@@ -513,3 +513,7 @@ void bag::operator +=(const bag& addend){
- The array
- A variable to keep track of how much of the array is being used
- At the top of the implementation file: When you design a class, always make an explicit statement of the rules (**invariant of the class**) that dictate how the member variables are used
+
+---
+
+[01/21 ->](01-21.md)