Asked by leslie tello on Sep 28, 2024

The Adaptor pattern transforms one class into a different class without changing the underlying class.

Adaptor Pattern

A software design pattern that allows interfaces of incompatible classes to work together by wrapping them in an adapter class.

Underlying Class

The actual implementation class of an object, especially in the context where the object is accessed through an interface or superclass.

  • Identify and understand the various design patterns and their implementation in UML.