When designing a class hierarchy, it is important that common features be ________________________
a) higher in the class hierarchy.
b) lower in the class hierarchy.
c) near the middle of the class hierarchy.
d) in abstract classes.
e) in the Object class.
a) higher in the class hierarchy.
Computer Science & Information Technology
You might also like to view...
A(n) ________ is a line that can be added to the top, bottom, left, right or all four sides of a paragraph
A) border B) margin C) separator D) tab
Computer Science & Information Technology
MC Python arguments are passed with______ .
a) pass-by-value. b) pass-by-reference. c) pass-by-object reference. d) None of the above.
Computer Science & Information Technology