Given:<br /> <img src="https://img.ppkao.com/2018-08/wenxueying/2018080115343482959.png" /><br /> Which statement is true?()<p> Given:<br /> <img src="https://img.ppkao.com/2018-08/wenxueying/2018080115343482959.png" /><br /> Which statement is true?()</p>
A、A.The code will compile without changes.
B、B.The code will compile if public Tree() { Plant(); } is added to the Tree class.
C、C.The code will compile if public Plant() { Tree(); } is added to the Plant class.
D、D.The code will compile if public Plant() { this("fern"); } is added to the Plant class.
E、E.The code will compile if public Plant() { Plant("fern"); } is added to the Plant class.