Which of the following statements are true?
(Select all that apply.)
D.
An object denoted as final can have its data changed.
However, the address location is what is determined as unchangeable.
C is false because a final method means it cannot be overridden.
B is false because a final class means it cannot be subclassed.