Previous Lecture | lect02 | Next Lecture |
lect02, Tue 01/09
Week 1: Abstract Data Types and operator overloading
Code from lecture
https://github.com/ucsb-cs24-w24/cs24-w24-lectures/tree/main/lect02
Topics
- Linked List as an Abstract Data Type: We’ll review the Linked List data structure and contrast a procedural implementation with an OOP style implementation
- Initialization routines for ADTs - parameterized constructors
- We’ll discuss the what, why, and how of operator overloading in C++