J
Jon
I have an object in my program that represents a movie. As part of that
objects properties, I would like to have the "cast" of the movie. I am not
sure whether I should simply make a public array variable to hold them or a
collection or even a property that is an array. I've never made a property
that was an array, so I'm not very sure how to declare it, if I were to use
it. Could someone push me in the right direction and offer a bit of advice?
Thank you
objects properties, I would like to have the "cast" of the movie. I am not
sure whether I should simply make a public array variable to hold them or a
collection or even a property that is an array. I've never made a property
that was an array, so I'm not very sure how to declare it, if I were to use
it. Could someone push me in the right direction and offer a bit of advice?
Thank you