Discussion :: JUnit MCQs
- The ___________ is a software design pattern that allows the interface of an existing class to be used as another interface.
Answer : Option A
Explanation :
The Adapter design pattern allows otherwise incompatible classes to perform together by the conversion of the interface of one class into an interface expected by the clients.
Be The First To Comment