Adapter design pattern c

broken image

What is adapter design pattern?Īdapter design pattern in java is a structural design pattern. You can leave a comment on how you feel about the post or if you have already used this pattern you can share the experience with us. With real life and software examples we will see how to reuse the things even if they are not compatible with each other. You can learn and use this approach while developing any application. What if we adapt the code so that it becomes reusable? Adapter design pattern in java helps to reuse the existing code even if it is incompatible. Many a times there is a small change in requirement and old code doesn’t fit.

Every day millions of lines of code is written.

broken image