Python 3.4 - Class vs Instance Variables

A class variable is applied to all objects in that class. If you use an instance variable it is only used for that one instance, perhaps not all objects. 

https://www.youtube.com/watch?v=qSDiHI1kP98

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram