class type definition problem

Karen Lanrap karen at digitaldaemon.com
Sun Aug 6 05:05:50 PDT 2006


david wrote:

> can D provide one way for
> us, like "class A b" to define b as Class A?

There are at least two ways already:

1)
module mod;
...
mod.A b;
...

2)

...
.A b;
...



More information about the Digitalmars-d-learn mailing list