Select from following answers:- To avoid boxing.
- To return something other than the type name.

- The compiler requires structures to override the ToString method
- To avoid run-time errors caused by invalid string conversions.
- All Above
By default, the ToString method simply returns the type name, which is typically not useful for a consuming application.
Show Correct Answer
Source: MCTS Book | |
Alert Moderator