Small troubles with "private"
John J
john.joyus at gmail.com
Tue Nov 5 13:01:41 PST 2013
On 11/05/2013 11:00 AM, bearophile wrote:
> How to solve such little troubles? A possible idea is to add to D
> another attribute, a kind of "private private" that is enforced inside
> the same module. It could be named "super private" because D has the
> "super" keyword :-) But this idea doesn't solve all the problems,
> because sometimes you don't want to use a super private attribute.
>
How about "strict private"
More information about the Digitalmars-d-learn
mailing list