Esiste una lingua con qualcosa di simile al seguente costrutto?
var_type(TYPE_1, TYPE_2,..., TYPE_N) obj;
e ora è possibile:
TYPE_17 staticTypeVariable17;
obj = staticTypeVariable17;
TYPE_3 staticTypeVariable3;
obj = staticTypeVariable3;...
posta
12.06.2013 - 09:24