Question
use adapter design pattern to solve question Implement the following in java , write all classes need in the following application, in addition to demo
use adapter design pattern to solve question
Implement the following in java, write all classes need in the following application, in addition to demo class that contains main method to test your application
A customer has already account with a particular Website (Mawdoo3). This account holds all data related to the user such as name, phone num, email. Mawdoo3 site applies a new button to validate your phone num, but they need to not affect the existing application. Instead, they need to build adapter that can access validate phone num service and make it available for Mawdoo3 customers. When a customer needs to perform a validate phone num, the account cannot access directly Mawdoo3 account detail, but instead it can access adapter to complete the transaction.
Validation phone number process includes the following
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started