|
|
|
|
|
by silentbicycle
5694 days ago
|
|
Which is weird, because it's actually a defining feature of modular programming. Public/private access are used to specify an interface to arbitrary functionality. Other modules can call a public interface, but all private internals can be removed / modified freely. |
|