[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] bind and delay_bind_init_one



>Stagiaire IIE 2000 wrote:
>> 2) I have a C++ variable declared in class A, B inherit from A. Do I have to
>> bind it in B if I have to set it in B tcl class ?

Hyun-ah replied:
>Yes, you need to bind it unless it is binded already in A.

What Hyun-ah says is true, but just to clarify:

- if it's bound in a parent class, you don't need to bind it again in
a child class.

   -John Heidemann