The ____________ is a design pattern in object-oriented programming that allows object composition to achieve the same code reuse as inheritance.

The ____________ is a design pattern in object-oriented programming that allows object composition to achieve the same code reuse as inheritance. Correct Answer Delegation Pattern

In delegation, an object handles a request by delegating to a second object (the delegate).

Related Questions