> I have my code written, but when I complile it, I get
> some errors that I don't know how to fix.
>
> eg. missing method body or declare abstract
Summoning the mind-reader interface....
Hmm, it says you need to sprinkle some magic dust on it and it'll work.
What do you expect when you don't even ask a sensible question? Do you think we can see your code or something?
That sounds almost like the error you get when you fail to implement all the methods described by the interface you're trying to implement. Make sure your methods filfill what your interface tells you to. Remember the method names are case-sensitive, and all the parameter types must be the same.
...or ti could be something else. Can you give us the exact error?
> I have my code written, but when I complile it, I get
> some errors that I don't know how to fix.
Post the errors messages, and the parts of the code where you think the error is, or post the complete code if it isn't too long. Remember to use code tags when you post code (see the code button just above the textfield where you enter your post)
/Kaj
> Prediction:
> Now that it compiles, it won't run as expected and
> we'll see something like: "My app doesn't work right
> - please help - gives 'some' error message".
Hey, I do the same thing when I'm learning a language for the first time and I'm surrounded by people who know it well. He did say he was new, and he posted to the right place. _shrug_
> > Prediction:
> > Now that it compiles, it won't run as expected and
> > we'll see something like: "My app doesn't work
> right
> > - please help - gives 'some' error message".
>
> Hey, I do the same thing when I'm learning a language
> for the first time and I'm surrounded by people who
> know it well. He did say he was new, and he posted to
> the right place. _shrug_
Really? You just post a totally vague question like he did on this? Sure hope not. It's not a good way to get help as you should know. I literally meant he would probably post it just like I said - not the specific error message or anything near that.