From a8a1645a8d6ca451d620b942dd5744705e85af0b Mon Sep 17 00:00:00 2001 From: lshprung Date: Thu, 21 Jan 2021 09:48:34 -0800 Subject: Post-class 01/21 --- 01-19.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to '01-19.md') 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) -- cgit