Adapter Design Pattern in C#
Submitted By:
BlackWasp
Rating:
(Not rated) (
Rate It)
Visit
Description
The adapter pattern is a design pattern that is used to allow two incompatible types to communicate. Where one class relies upon a specific interface that is not implemented by another class, the adapter acts as a translator between the two types.
Comments (0)
Add Your Rating