Craig Allen <[EMAIL PROTECTED]> writes:

>>
>> Care to say more about what they are, not what they're like?
>>
>
> I'm not the OP and I may be biased by C++, I can imagine the
> complaints when I say, classes are just structures with function
> members for working on the structure.

In C++ classes and structures are the same, except that class members
are private by default and structure members are public by default

-- 
Arnaud
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to