 |
Initialize an array of objects by referencing the constructor directly : object array « Class « C++
Initialize an array of objects by referencing the constructor directly : object array « Class « C++ Tutorial ... obs[0].getX(): -1 obs[1].getX(): -2 obs[2].getX(): -3 obs[3].getX(): -4
www.java2s.com |
 |