Will python never intend to support private, protected and public?

Fredrik Lundh fredrik at pythonware.com
Fri Sep 30 00:42:34 EDT 2005


en.karpachov at ospaz.ru wrote:

>> > Do you ever heard of that funny things named "an interface" and "an
>> > implementation"?
>>
>> the "shared DLL:s ought to work" school of thought, you mean?
>
> No, the other way around: my app works when I upgrade libraries it depends
> on.

yeah, because it's only the visible interface that matters.  implementation semantics
don't exist.  you're clearly very new to this thing called programming...

</F> 






More information about the Python-list mailing list