It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center




9年前关闭。




如果您有一个object1和一个指向object2的指针,并且我们当前在Object 2中,那么我们可以从object2到达object1吗?如何?
 (OBJECT1) --------> (OBJECT2)
                      we are here and we don't know where/what OBJECT1 is

最佳答案

否。假设您有几个指向OBJECT2的指针

(POINTER1)------------\
(POINTER2)-------------\
(POINTER3)-------------->(OBJECT2)
..... -------------/
(POINTERN)------------/

当您“上去”时,应该指向哪个指针?

09-07 05:57
查看更多