Is anyone familiar with setting upa factory model in C#?
I have to make a game of memory. the class with the game board uses strictly objects. It can not know whether the spaces are going to be strings, ints, or images.
I have to figure out how to use a factory model to do this.
Thanks! - Justin
I have to make a game of memory. the class with the game board uses strictly objects. It can not know whether the spaces are going to be strings, ints, or images.
I have to figure out how to use a factory model to do this.
Thanks! - Justin
