Object Oriented Programming with D Language. Private access specifier. Summary.
Jarrett Billingsley
kb3ctd2 at yahoo.com
Fri Aug 22 05:27:40 PDT 2008
"DF" <deefriend at ymail.com> wrote in message
news:g8ln06$3097$1 at digitalmars.com...
> Thanks for your replies, guys. Just one last thing to ask. Is there a way
> to have private field in a class, that is and will be private only in this
> class, no matter what changes I will make in my module?
> (Here I mean private - private to the class not to the module).
Put the class in its own module ;)
More information about the Digitalmars-d
mailing list