Computer Science, asked by hhamzakhan52, 1 month ago

Explain with examples Types of Design Patterns in OOAD?.​

Answers

Answered by shristymaurya
0

Answer:

Structural design patterns are Adapter, Bridge, Composite, Decorator, Facade, Flyweight, Private Class Data, and Proxy. ... Adapter pattern converts the interface of a class into another interface or class that the client expects, i.e adapter lets classes works together that could not otherwise because of incompatibility.

Similar questions