Prev | Index | NextClasses in Python
- Defined with the class statement
- Define methods with the def statement, just like functions
- Easy to specify classes from which to inherit behaviour
- Classes have some special methods that you can take advantage of
An Introduction To Python