Previous Lecture | lect02 | Next Lecture |
Code from lecture:
https://github.com/ucsb-cs24-s19-mirza/cs24-s19-lectures/tree/master/lec-02
Topics
- Introduce the concept of information hiding through access specifiers.
- Abstract Data Types: Class + information hiding
- Clarify the use of the const key word - const member variables vs. const functions
- Constructors, parameterized constructors
- Examine the differences and similarities between a procedural implementation and a OOP style program
- Convert a procedural program to OOP