Page 1 of 1

QUESTION 1 Which function is the polymorphic function in the Composite design pattern? Choose one • 1 point A. The opera

Posted: Tue Jul 05, 2022 10:19 am
by answerhappygod
QUESTION 1
Which function is the polymorphic function in the Compositedesign pattern?
Choose one • 1 point
A. The operation function in the leaf class
B. The operation function in the composite class
C. The operation function in the interface class
D. There are none in this design
QUESTION 2
The concept of black-box vs. white-box refers to the __________of an object or system.
Choose one • 1 point
A. visibility
B. modularity
C. simplicity
D. linkage