on the self test question 1.. how come the answer is B. it say that has a relationship always rely on instance variable...i taught it should be it always rely on reference variable?
ming ming
Ranch Hand
Joined: May 17, 2006
Posts: 54
posted
0
i mean chapter 2 question 1
wise owen
Ranch Hand
Joined: Feb 02, 2006
Posts: 2023
posted
0
class A { }
class B { A a; }
ming ming
Ranch Hand
Joined: May 17, 2006
Posts: 54
posted
0
is that a reference variable or instance variable??