in reply to replace object methods at runtime
Does it exist symbol table per object(instance) or only per class/package?A symbol table only exists per class/package.
You might be interested in Object::Prototype which implements a prototype object model like Javascript has. That will allow you to implement methods on a per object basis.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: replace object methods at runtime
by karavelov (Monk) on Jun 24, 2008 at 13:40 UTC | |
by friedo (Prior) on Jun 24, 2008 at 14:17 UTC |