I have to implement a vector that is capable of storing objects of any type. For example: V[3]= valor_int,valor_double,valor_float,valor_String
. To do this I was thinking of creating a method that would parse the values I want to insert, would it be the best way out?