2.3.1. ObjUse-WE3-P1ΒΆ
Subgoals for using objects (creating instances)
Declare variable of appropriate class datatype.
Assign to variable: keyword new, followed by class name, followed by ().
Determine whether parameter(s) are appropriate (API)
Number of parameters
Data types of the parameters
ObjUse-WE3-P1

Q9: Given this code, how many items are in mine?
Widget mine = new Widget();
Q10: Given this code, how many items are in yours?
Widget yours = new Widget(7);
You have attempted of activities on this page