47 |
51 |
52 |
53 |
54 |
55 | String
56 | toString()
57 |
58 | override
59 |
60 |
61 |
62 |
63 | A string representation of this object.
64 | Some classes have a default textual representation,
65 | often paired with a static parse function (like int.parse).
66 | These classes will provide the textual representation as
67 | their string represetion.
68 | Other classes have no meaningful textual representation
69 | that a program will care about.
70 | Such classes will typically override toString to provide
71 | useful information when inspecting the object,
72 | mainly for debugging or logging.
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 |
126 |
127 |
129 |
130 |