[Python] Python vs Java

Simone Federici s.federici a gmail.com
Ven 2 Gen 2015 15:25:39 CET


Enrico Bianchi:

> Per curiosita`, perche` e` visto come un antipattern? Mi va bene anche un
> po' di letteratura


>>> class X(int): pass
>>> type(X()) == int
False
>>> isinstance(X(), int)
True

vedi: Liskov Substitution Principle
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20150102/7f74bf8b/attachment.html>


Maggiori informazioni sulla lista Python