is python Object oriented??

David Cournapeau cournape at gmail.com
Tue Feb 3 20:03:57 EST 2009


On Wed, Feb 4, 2009 at 4:10 AM,  <thmpsn.m.k at gmail.com> wrote:

>
> What limitations? The only limitations I see are the ones associated
> with opaque types (what you mentioned above).

Opaque type are used in C++ as well, for data hiding - if
private/public were that great for data hiding, the PIMPL idiom would
not be used. That's the limitation I am talking about. Granted, it is
relatively specific to C++, which use the C headers mechanism for API
declaration.

David



More information about the Python-list mailing list