Previous Lecture | lect02 | Next Lecture |
Code from lecture:
https://github.com/ucsb-cs24-f19-nichols/code-from-class/tree/master/10-01
Surya’s Notes
https://docs.google.com/document/d/1B5dB9NhJy40s74Wq5dC551-7F0mPqxe_dhh69CUjuaE/edit?usp=sharing
Topics
- Introduce the concept of information hiding through access specifiers.
- Abstract Data Types: Class + information hiding
- Clarify the use of the const keyword - const member variables vs. const functions
- Constructors, parameterized constructors