Consider a path from the root to a leaf of a class tree based on the inheritance. Which class has the most class members?
Answers:A.
The class at the root of the tree.
B.
The class directly derived from the root class.
C.
The class directly before the leaf class.
D.
The class at the leaf of the tree.
Answer. D.