P
pramod
Is it possible to realize shared base object (without resorting to
static)?
What i mean is a different base objects (of same type), each of which
can be shared across multiple derived classes (objects) in inheritance
hierarchy ?
This is like decorator, but at data level (not interface).
Does any language support such feature ?
regards,
Pramod
static)?
What i mean is a different base objects (of same type), each of which
can be shared across multiple derived classes (objects) in inheritance
hierarchy ?
This is like decorator, but at data level (not interface).
Does any language support such feature ?
regards,
Pramod