Introduction to OOP Chapter 5: Messages Instances and Initialization: next previous audio real text

Metaclasses

In Smalltalk (and Objective-C) classes are just objects, instances of class Class. new is just a message given to a class object. If we want to create constructors, where do we put them? Where do we put the behavior for individual class instances?
Intro OOP, Chapter 5, Slide 12