Previous Lecture lect05 Next Lecture

Code from lecture

https://github.com/ucsb-cs24-w19-mirza/cs24-w19-lectures/tree/master/lec-05

Topics

Review

Lesson plan

C++ provides a default constructor, destructor, copy constructor, copy assignment operator for any class that doesn’t have one explicitly defined.