0
objetos
Es lo mismo la definicion de objetos en javascript que en java ????
2 Respostas
+ 1
thanks you
- 1
No. Java requires the whole definition within the class at compile time. JavaScript doesn't even come close to having a class container and properties/methods can be added on the fly long after instances exist.