- Classes & Instances
- Getters & Setters
- Inheritance
- Poly-morphism
- Containment / Aggregation
- Project Ideas
- Resources
Classes & Instances
Class
A class is a blueprint/blueprint for an object.
- Object / Instance
- Objects are what the blueprint makes.
- An instance is an individual object.
- Objects & Instances are widely used interchangeably.
- A blueprint for a house design is like a class description. All the houses built from that blueprint are objects of that class. A given house is an instance.
Properties / Attributes
Methods