28 Sep
2006
28 Sep
'06
11:35 p.m.
Dieter Maurer wrote:
Philipp von Weitershausen wrote at 2006-9-28 14:23 +0200:
... Why not set marker interfaces directly on the objects? That whole "type" thing is unnecessary. Just use interfaces.
Usually, a type is seen as a set of objects, its type instances.
It is quite nice to be able to work on a object set meta level rather than on individual objects....
Sure, though I don't see how an interface can't represent this meta level. Perhaps I'm missing an important point here...