example... if RUN() method is in the Greyhound class- which as a MyPictureBox field- and I have an object dog[0].
then in the run method do I really have to reference the location as
this.MyPictureBox.Location or could it just be MyPictureBox.Location?
everything within the dog Greyhound class is related to the object- therefore the refernce to the MyPictureBox would be for dog[0] correct? so adding a "this" would be redundant? or am I mis-thinking this whole thing?
or is there a 'standard' that states it is better to use the "this" in ~this
thanks for any insight...











