Tagged: object-oriented design

The Object That Remains

I kept meeting the same idea in different uniforms. COM lets clients ask an object for an interface. Game-object models let code ask for a component. Property systems reveal attributes that the base class has never heard of. The...