Python dynamic attribute creation

Bruno Desthuilliers bdesth.quelquechose at free.quelquepart.fr
Sun Jun 27 06:49:24 EDT 2010


WANG Cong a écrit :
> On 06/26/10 00:11, Neil Hodgson <nyamatongwe+thunder at gmail.com> wrote:
> 
>> WANG Cong:
>>
>>> 4) Also, this will _somewhat_ violate the OOP princples, in OOP,
>>> this is and should be implemented by inherence.
>>    Most object oriented programming languages starting with Smalltalk
>> have allowed adding attributes (addInstVarName) to classes at runtime.
> 
> 
> Thanks, I have to admit that I know nothing about Smalltalk.
> 

Then you really don't know much about OO.




More information about the Python-list mailing list