Have Some Class
DRAFT WIP - TODO
( What's a Class, why do we need them? )
Driven to Success
( Remember the car from earlier? No no, not LISP car
, just a regular ol' car. Write down what makes a car a car )
A New Day Dawns
( How to use new to make a new object )
For Instance
( Cover instance variables and instance methods )
Access Denied
( Using accessor methods, and the macro attr methods )
Private Eye
( Making something private, why you would as well )
Selfish
( Cover class methods, though this may be confusing. Consider later. )
Childish
( Basics of inheritance, though I still think that most of this should be the concern of modules in the long run. )