Previous Lecture | lect04 | Next Lecture |
Code from lecture
https://github.com/ucsb-cs24-s22/cs24-s22-lectures/tree/main/lect04
Topics
- Intro to Object Oriented Programming
- Implementing classes: class vs instance, syntax for classes, scope, methods, instance variables
- Accessors (getters) and modifiers (setters)
- ADT (Abstract Data Type) ~ class (w/ info hiding) for use by other programmers
- Operator overloading