[DGD]Private inheritance?

Felix A. Croes felix at dworkin.nl
Thu Mar 23 22:00:14 CET 2000


"Kevin N. Carpenter" <kevinc at monrou.com> wrote:

> Somewhere along the line I missed the concept of Private Inheritance.
>
> Would someone be kind enough to explain what it is and how to use it?

    private inherit "obj";

"obj" is inherited privately.  It can be accessed from the current
object, but not by anything that would inherit the current object.

If that isn't entirely clear, just try it out.

Regards,
Dworkin

List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list