Difference between revisions of "Talk:DIP22"

From D Wiki
Jump to: navigation, search
(Created page with "Will this break the "friend" like behavior between two classes inside the same module?")
 
 
Line 1: Line 1:
 
Will this break the "friend" like behavior between two classes inside the same module?
 
Will this break the "friend" like behavior between two classes inside the same module?
 +
 +
:: --[[User:Dicebot|Dicebot]] ([[User talk:Dicebot|talk]]) 22:15, 28 January 2013 (CET) No, it should not. Module stays basic D encapsulation unit and all classes in one module are visible and accessible by each other.

Latest revision as of 21:15, 28 January 2013

Will this break the "friend" like behavior between two classes inside the same module?

--Dicebot (talk) 22:15, 28 January 2013 (CET) No, it should not. Module stays basic D encapsulation unit and all classes in one module are visible and accessible by each other.