CS 115 Reading: Week 13
Object-Oriented Programming (continued from Week 12)
By the end of Week 13, 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: