Maksim Kasimov wrote:
>
> Hello,
>
> i have a class, such as below.
> when i try to make instances of the class,
> fields __data1 and __data2 gets different values: __data1 behaves
like private field, __data2 - like static
> which is the thing i've missed?
Firstly, you get interesting be
i see, thaks you very match!
Dan Sommers wrote:
> On Tue, 09 Aug 2005 16:39:51 +0300,
> Maksim Kasimov <[EMAIL PROTECTED]> wrote:
>
>
>>Hello,
>
>
>>i have a class, such as below.
>>when i try to make instances of the class,
>>fields __data1 and __data2 gets different values: __data1 behaves
On Tue, 09 Aug 2005 16:39:51 +0300,
Maksim Kasimov <[EMAIL PROTECTED]> wrote:
> Hello,
> i have a class, such as below.
> when i try to make instances of the class,
> fields __data1 and __data2 gets different values: __data1 behaves like
> private field, __data2 - like static
> which is the thin
Hello,
i have a class, such as below.
when i try to make instances of the class,
fields __data1 and __data2 gets different values: __data1 behaves like private
field, __data2 - like static
which is the thing i've missed?
thanks for help.
i