Here is the assignment:http://www.cs.unca.edu/~brock/classes/Fall2007/201/homework/home06.htmlI've gotten as far as filling in the constructors and mutators, but I don't know what to do for the draw methods. And that array just confuses the fuck out of me. Help?
11/30/2007 6:41:58 PM
Head[] totempole = new Head[4];
for (int i=0; i<totempole.length; i++) { totempole[i] = new Head();
11/30/2007 6:51:35 PM
Cool, thanks. That makes sense. Now, I just need to know how to call those constructors...er, how do I use them? I fail to see the point in making them.
11/30/2007 6:58:32 PM
Constructors are called automatically when you create a new object. The line
totempole[i] = new Head();
11/30/2007 7:08:36 PM
Here is the code from assignment 3, I am trying to figure out how to apply this to the draw methods.
11/30/2007 7:12:57 PM
Not only are you dumb, you have no integrity. I hope you fail
12/1/2007 5:37:29 AM
lol @ this thread.please choose another major if you can't do this in csc201
12/3/2007 5:15:40 PM