Question:Structures inherit ToString from System.Object. Why would someone override that method within a structure? (Choose all that apply.) - VB.NET
A To avoid boxing
B To return something other than the type name
C The compiler requires structures to override the ToString method
D To avoid run-time errors caused by invalid string conversions
+ AnswerA B
+ Report