0
Fill in the blanks to create two objects from the class "people". please help I can solve this question
Fill in the blanks to create two objects from the class "people". people obj1 = people(); obj2 = new people ;
5 Answers
0
1. new
2. people
3. ()
0
The blanks are already shared.
People obj1 = _new_ People();
People obj2 = new People _();_
More like the blanks only need to be filled in...if that makes sense.
0
1. new
2. ();
0
1.new
2.()