Kasim Hanif
Posts: 11
Nickname: kasim
Registered: Apr, 2002
|
|
Pointers
|
Posted: Jan 8, 2003 4:40 PM
|
|
Advertisement
|
Is there any way of using some sort of pointer like structure in programs such as pointers to objects with respect to inheritance?
If i can create a reference then pointing to each specific object i can use the same methods written in a super class?
Its just i have many objects and it would be nice to have some sort of pointer reference, like in C++! manage them better?
and then theres the problem of losing objects when i change the pointer??
i know im getting somewhere but cant find the last link in the chain
thanx very much
|
|