SLOs for Week 3: Classes, Operator Overloading, etcΒΆ
Students will be able to:
define a class and implement it in .h and .cpp files, respectively.
reason about the access modifiers public and private.
define and implement constructors and destructors, and general methods.
instantiate objects statically
implement Test-driven development for a class.