8: Classes and Methods Last updated Save as PDF Page ID15466 Contributed by Allen B. DowneyProfessor (Computer Science) at Olin CollegeSourced from Green Tea Press Code examples from this chapter are available from thinkpython.com/code/Time2.py. 8.1: Object-Oriented Features8.2: Printing Objects8.3: Another Example8.4: A More Complicated Example8.5: The Init Method8.6: The __str__ Method8.7: Operator Overloading8.8: Type-Based Dispatch8.9: Polymorphism8.10: Debugging8.11: Interface and Implementation8.12: Glossary8.13: Exercises