so if `A.list` is passed as a parameter in the con...
# getting-started
h
so if
A.list
is passed as a parameter in the constructor of
B
, then
B.list.add(foo)
also adds
foo
to
A.list
?