Home
Explore
Places
win7
win8
Coding
Friday, 8 February 2013
14
How many objects and reference variables are created by the following lines of code?
Employee emp1, emp2;
emp1 = new Employee() ;
Employee emp3 = new Employee() ;
14
2013-02-08T07:17:00-08:00
cvs
prgm|