Instant Hacking
Learn how to program with Python
Classes
- object-oriented programming is just another way of abstracting away details
- Procedures abstract simple statements into more complex operations by giving them a name
- OOP abstracts both statements and data into something called an object
- When the statements in an object make up a function they are called
methods
- Classes are a generalization of an object