Multiple Choice
Which of the following is NOT true concerning generalization/specialization hierarchies?
A) A class might inherit attributes and methods from multiple classes.
B) They show a hierarchy of classes and subclasses that lead from the general to the specific.
C) They show a hierarchy of classes representing a collection of parts.
D) A class mighty inherit attributes and methods from an abstract class.
Correct Answer:

Verified
Correct Answer:
Verified
Q16: Which of the following is NOT described
Q17: The generalization/ specialization hierarchy shows a hierarchy
Q18: Which of the following is TRUE concerning
Q19: The generalization/specialization hierarchy can lead to implementation
Q20: A problem with generalization hierarchies is that
Q22: A generalization hierarchy shows object relationships between
Q23: Several object- oriented programming languages do not
Q24: A possible solution to problems introduced in
Q25: An important aspect of the object-oriented approach
Q26: The generalization/specialization hierarchy works best when an