Question: 28
(Choose 1 answer)
What is the result of overriding the toString() method in a subclass?
A. The subclass objects will provide a custom string representation.
B. The subclass objects will use the default string representation provided by the Object class.
C. The toString() method cannot be overridden.
D. The toString() method must be called explicitly to get a string representation.