About Go, D module naming

Phil Lavoie maidenphil at hotmail.com
Sun Dec 23 12:52:04 PST 2012


Ok so it's the feature that allows you to write something like
myObject.notInClassDeclarationMethod( zeParam );
Which is awesome.

I'd like to know if there is any functionality provided by having
private functions/methods being visible? Does it mean you can
override them in your module (for module scope privates)?

Thanks,

Phil


More information about the Digitalmars-d mailing list