Classical Object-Oriented Programming
Objectives
- Understand what a class is?
- Understand what an interface is? (Secret: Ruby and Javascript don't have them)
- Describe what an abstract class is... and how to use one.
- Take this concept and create re-usable Backbone elements.