(TCO 6) Package generalization is similar in many ways to class generalization. In package generalization (
4. (TCO 6) Package generalization is similar in many ways to class generalization. In package
generalization (Points : 3)
a. the more specialized child packages inherit the public elements from their parent package
b. the less specialized child packages inherit the public elements from their parent package
c. the more specialized child packages inherit the private elements from their parent package.
d. the less specialized child packages inherit the private elements from their parent package