CarType ccenumeration Location DEFAULT MICRO MINI LUXURY USA JapanCarfactory DefaultCarfactory USACarfactory Japan buldCarimodel : CarType) Car buildCar(model : CarType) Car buldCar(model : CarType) Car CarType model Location location AbstraciDesign1 <

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter8: Enhancing A Website With Multimedia: Working With Sound, Video, And Animation
Section: Chapter Questions
Problem 14CP3
icon
Related questions
Question

Give adetailed explanation of the following UML Class diagram  that shows the Abstract Factory Design Pattern of a Java program. 

<cenumeration>
CarType
ccenumeration
Location
DEFAULT
MICRO
MINI
LUXURY
USA
JapanCarfactory
DefaultCarfactory
USACarfactory
Japan
buldCarimodel : CarType) Car
buildCar(model : CarType) Car
buldCar(model : CarType) Car
CarType model
Location location
AbstraciDesign1
<<constructor- AbstractDesign1()
+builocaritype:CarType) : Car
constructor Carmodel: CarType, location : Location)
seModel(model : CarType)
getModelo : CarType
tostring) Shring
construct
LuxuryCar
MicroCar
MiniCar
<cconstructor-LuxuryCar location : Location)
construct)
constructor- MicroCar( location : Location
construct)
constructor MiniCar( location : Location)
construct
Transcribed Image Text:<cenumeration> CarType ccenumeration Location DEFAULT MICRO MINI LUXURY USA JapanCarfactory DefaultCarfactory USACarfactory Japan buldCarimodel : CarType) Car buildCar(model : CarType) Car buldCar(model : CarType) Car CarType model Location location AbstraciDesign1 <<constructor- AbstractDesign1() +builocaritype:CarType) : Car constructor Carmodel: CarType, location : Location) seModel(model : CarType) getModelo : CarType tostring) Shring construct LuxuryCar MicroCar MiniCar <cconstructor-LuxuryCar location : Location) construct) constructor- MicroCar( location : Location construct) constructor MiniCar( location : Location) construct
Expert Solution
Step 1: Unified Modeling Language(UML) class diagram
  • UML class diagram is a static diagram that explains the system structure by representing the classes of the system, and their operations and attributes and the relationship between the objects.
  • A class in the class diagram is represented using a box with “3” compartments.
    • Top compartment has the class name.
    • Middle compartment has the attributes of the class.
    • Bottom compartment has the methods or operations of the class.
  • Notations that are used to denote the visibility of the class members is as follows,
    • +”: To denote the public member, “+” should be located in front of the member name.
    • -”: To denote the private member, “-” should be located in front of the member name.
    • #”: To denote the protected member, “#” should be located in front of the member name.
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Top down approach design
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning