anil maran wrote:
> hi guys
>
> are metaclasses like templates in C++

No. Templates are a way to make generic functions that will work with a 
variety of types of data. Because Python is dynamically typed, all 
functions are generic in this sense and templates are not needed.

See http://en.wikipedia.org/wiki/Duck_typing

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to