lect01 | Next Lecture |
Code from lecture
https://github.com/ucsb-cs24-f19-nichols/code-from-class/tree/master/09-26
Topics
- Course overview
- why study data structures, C++ and git?
- what are the goals of this class?
- Intro to Object Oriented Programming
- Intro to OOP
- Implementing classes: class vs instance, syntax for classes, scope, methods, instance variables
- Classes: structs but with methods
- Accessors and modifiers
- ADT (Abstract Data Type) ~ class (w/ info hiding) for use by other programmers