I
ikl
If an object of a class that is needed in many other class, should it be
passed around into each of them or just create it as a global object so that
all others can access it? Is there any other better ways?
Thanks!
passed around into each of them or just create it as a global object so that
all others can access it? Is there any other better ways?
Thanks!