Which of the following is not true about Decision Trees

A. Decision Trees tend to overfit the test data
B. Decision Trees can be pruned to reduce overfitting
C. Decision Trees would grow to maximum possible depth to achieve 100% purity in the leaf nodes, this generally leads to overfitting.
D. Decision Trees can capture complex patterns in the data