Learning Python - OOP: The Big Picture
Source: O'Reilly Media
This paper begins the exploration of the Python class - a device used to implement new kinds of objects in Python. Classes are Python's main Object-Oriented Programming (OOP) tool, so the paper also looks at OOP basics along the way. In Python, classes are created with a new statement: the class. As one see, the objects defined with classes can look a lot like the built-in types seen earlier in the paper. They will also support inheritance - a mechanism of code customization and reuse, above and beyond anything one has seen so far.
| Format: | Size: | 223.30 | |
| Date: | Dec 2003 |
People who downloaded this item also downloaded
- Long Term Evolution (LTE): A Technical Overview
- Public-Key Encryption Using Decoder Algorithm
- Building and Deploying XP Embedded Images
- Introduction to Android Development Using Eclipse and Android Widgets
- Optimizing 802.11n Design and Performance



