Re: what is difference between Class variables and Instance variables?
- From: fartymcfly <dranzerdranzer@xxxxxxxxxxx>
- Date: Sun, 14 Aug 2005 10:50:59 GMT
On Sun, 14 Aug 2005 03:13:19 -0700, rahul8143 wrote:
> hello,
> what is difference between Class variables and Instance variables?
A class variable is visible/usable to all methods within that class. A
instance variable is only visible/usable within the method (instance) that
it has been declared in. Its all about variable scope my friend!
regards,
fartymcfly
.
- Follow-Ups:
- References:
- Prev by Date: what is difference between Class variables and Instance variables?
- Next by Date: Re: what is difference between Class variables and Instance variables?
- Previous by thread: what is difference between Class variables and Instance variables?
- Next by thread: what is difference between Class variables and Instance variables?
- Index(es):
Relevant Pages
|