CS 115 Reading: Week 14
Object-Oriented Programming (continued from Week 13)
By the end of Week 14, you should be comfortable with:
- Using basic object-oriented terminology and identifying classes, objects, and methods in object-oriented code.
- Defining classes given a specification, including classes with __init__, __str__, and __lt__ methods.
- Defining and using objects of a given class.
Suggested readings: