Hola!
¿Como puedo declarar objetos variables en Java? gracias.
¿Cómo puedo declarar un objeto de un tipo de variable?
Iniciado por
Oscar Siro
, oct 18 2013 10:53
#1 AUTOR PREGUNTA
Preguntas Similares
Esto también te interesa!
#2
Publicado 18 octubre 2013 - 16:32
Supongamos que el objeto se llamara City, entonces quedará de la siguiente forma:
public class City<T> { City(T cityT, T[] par) throws ClassNotFoundException, InstantiationException, IllegalAccessException, NoSuchMethodException, SecurityException{ } }
#3 AUTOR PREGUNTA
Publicado 18 octubre 2013 - 20:15
GRACIAS JUAN CARLOS