Chapter 13. Classes and OOP
Chapter Topics
Introduction
Object-Oriented Programming
Classes
Instances
Binding and Method Invocation
Subclassing, Derivation, and Inheritance
Built-in Functions
Types vs. Classes/Instances
Customizing Classes with Special Methods
Privacy
Delegation and Wrapping
Related Modules
Classes finally introduce the notion of object-oriented programming (OOP) to our picture. We will first present a high-level overview, covering all the main aspects of using classes and OOP in Python. The remainder of the chapter covers all the details on classes, class instances, and methods. We will also describe derivation or subclassing in Python and what its inheritance model is. Finally, Python provides special attributes which allow the programmer ...
Get Core Python Programming now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.