Inheritance has certain undesirable characteristics A. It is the strongest form of coupling possible between two or more classes.
Inheritance has certain undesirable characteristics A. It is the strongest form of coupling possible
between two or more classes.
B. Encapsulation is weak within a class hierarchy.
C. It is a very inflexible type of relationship.
D. All of these
E. None of these
With inheritance you get two things A. interface – the public operations of the base classes; B. implementation – the attributes, relationships, protected and private operations of the base classes. C. Both a and b D. None of the above