What is the difference between instant variable and instance variable?
Re: What is the difference between instant variable and instance variable?
Please post the question and some code that shows what you are asking about.
The title makes no sense.
Re: What is the difference between instant variable and instance variable?
What is the difference between instant variable and instance variable?
Re: What is the difference between instant variable and instance variable?
Where did you see the term: instant variable? I've never seen it.
What does google return for "instant variable"?
Re: What is the difference between instant variable and instance variable?
I have seen it in our book.
Re: What is the difference between instant variable and instance variable?
Look in the book's index or ask google.
Re: What is the difference between instant variable and instance variable?
Instance variable is a variable defined in the class also known as the class variable. And i guess you meant to say constant instead of instant?
Re: What is the difference between instant variable and instance variable?
So I think it is wrong in the book.