Answered step by step
Verified Expert Solution
Question
1 Approved Answer
design pattern java QUESTION 2: [7.5 POINTS Implement the following in java, write all classes need in the following application, in addition to demo class
design pattern java
QUESTION 2: [7.5 POINTS 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 1. There must be two underscores in the phone num Also Number of characters including underscores equal 13. a. if the customer's phone num is valid, the new service will return valid phone num" and if not, the service will return "not valid" b. The application will print the returned message to the user 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