Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Which mechanism is applied to use a design pattern in an OO system ?

Which mechanism is applied to use a design pattern in an OO system ?

A. Inheritance
B. Composition
C. All of the mentioned
D. None of the mentioned

Explanation: Using inheritance, an existing design pattern becomes a template for a new subclass.Composition is a concept that leads to aggregate objects.