If you have an object1 and a pointer pointing to the object2, and we are currently in Object 2, then can we get from object2 to object1? How?
(OBJECT1) --------> (OBJECT2)
we are here and we don't know where/what OBJECT1 is
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. Suppose you have several pointers pointing to OBJECT2
When you “go up”, to which pointer should you go?