Kollade igen på Lecture 9, Programming Methodology Stanford University. Objects and constructors. Mycket bra föreläsningsserie btw!
Constructors:
- Name of class is used as constructor name
- Constructor does not specify return type
- Responsibly for initializing object
- It is called when an object is created