# Adapter Design Pattern Theory
This video contains theory session of Adapter Design Pattern. Adapter design pattern belongs to Creational design pattern which belongs to Design Patterns in java. The adapter pattern converts the interface of a class into another interface the clients expects. Adapter allows reusing existing coding without changing it, as the adapter ensures the conversion between the different interfaces.
Trainer: Navin Reddy
Example