Re: Create Object cause an error
From: Collin VanDyck (thehoppocket_at_yahoo.com)
Date: 03/03/04
- Next message: Phillip Lord: "Re: OFF-TOPIC:: Why Lisp is not my favorite programming language"
- Previous message: moon: "Re: variable might not have been initialized"
- In reply to: Collin VanDyck: "Re: Create Object cause an error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 03 Mar 2004 19:00:28 GMT
> I imagine the first error would occur because you are assigning the String
s
> outside of a method scope. You are allowed to give your instance
variables
> initial values, but past that, futher modifications need to happen within
a
> method, constructor, etc.
>
Upon a second look, I think that both of your errors are caused by the above
reason.
-CV
- Next message: Phillip Lord: "Re: OFF-TOPIC:: Why Lisp is not my favorite programming language"
- Previous message: moon: "Re: variable might not have been initialized"
- In reply to: Collin VanDyck: "Re: Create Object cause an error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]