$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-10-31 14:41:21
----- Original Message -----
From: "Prabhu Ramachandran" <prabhu_at_[hidden]>
>
> Wow! Cool. Just checked it out. It works fine for my simple test
> case, but does it recurse right thru? i.e. A<-B<-C<-D. So will D be
> able to call a method defined way back in A? I guess so, just
> checking. Also, how about multiple inheritance?? Do you just say
>
> class_B.declare_base (class_A, class_C);
> or is it
> class_B.declare_base (class_A);
> class_B.declare_base (class_C);
The latter.
> Thanks! I am getting to enjoy my testing py_cpp. :)
I'm glad you're having fun,
Dave