Open choongzhanhong opened 1 year ago
message
is not an object, it is the variable name. Object
is just a generic type. You can refer to the image below
https://www.javatpoint.com/object-class
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
Again, please correct me if I am wrong. Here are my comments:
printf
method signature. Isformat String
supposed to beString format
? And I assumeObject... args
are the objects you want to represent in the string format. The variable type and name seem to be inconsistently ordered, or is it the colon:
not written?printMessage
also. What ismessage Object
, and is it referring to the enum? (In that case, should be capital M).