A system offers four service classes A, B, C and D, which differ in price tag and have a distinctive public method doA(), doB(), doC(),
A system offers four service classes A, B, C and D, which differ in price tag and have a distinctive public method doA(), doB(), doC(), and doD(), respectively. These classes do share an identical public feature doCommon() method. The price attribute is private and is declared only once somewhere to be shared by all service classes. To use the system, a selected service is first paid for and the corresponding object is created to run the distinctive method and then the doCommon() method. Show the UML class diagram for the system. Extra interfaces, classes or methods can be added if needed.
Step by Step Solution
3.38 Rating (160 Votes )
There are 3 Steps involved in it
Step: 1
Here is the solutionplea...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