0 votes
in JAVA by
What is Adapter pattern?

1 Answer

0 votes
by

Another frequently asked Java design pattern questions. It provides interface conversion. If your client is using some interface but you have something else, you can write an Adapter to bridge them together. This is good for Java software engineer having 2 to 3 years experience because the question is neither difficult nor tricky but requires knowledge of OOP design patterns.

Related questions

0 votes
asked Oct 27, 2020 in JAVA by sharadyadav1986
0 votes
asked Jan 27, 2020 in JAVA by rahuljain1
...