Question: Why can we print an object x with the function call StdOut.println(x), as opposed to StdOut.println(x.toString())?
Why can we print an object x with the function call StdOut.println(x), as opposed to StdOut.println(x.toString())?
Step by Step Solution
3.49 Rating (156 Votes )
There are 3 Steps involved in it
The function call StdOutprintlnx works for any object x because Java automatically calls an objects ... View full answer
Get step-by-step solutions from verified subject matter experts
