Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Explain the answer to this question: How does my design maintain low coupling? Hint: How to maintain low coupling? Consider a scenario where you are

Explain the answer to this question: "How does my design maintain low coupling?"
Hint: How to maintain low coupling?
Consider a scenario where you are asked to run the program but given a completely different record structure, e.g. what would you have to change in your code if you have to sort this file (assuming you would have to order it by field number 3):
0,2861 Lauzon Rd,Little River Golf Course,-82.928171415500003,42.306079492199999
1,455 Kennedy Dr W,Roseland Golf and Curling Club,-83.006129491199999,42.251240488400001
2,3215 Forest Glade Dr,Forest Glade Community Centre,-82.915715771300000,42.303155757299997
3,5200 Matchette Rd,Ojibway Nature Centre,-83.075720068600006,42.264275746999999
Note that it would be useful to design the code so that it can read any text file (assuming it maintains the same comma-delimited records) and sort it by any specified field. This would require additional design characteristics that we like you to think about.
HINT: Consider a template or a configuration file that is required to accompany the input text file. Now put the overall design together justifying this agile ability of this software.
Solve the following:
a) The answer to the question "How does my design maintain low coupling?".
b) The revised UML design (revised class diagram only)
c) The answer to the question "How does my design maintain low coupling?" in reference to your revised design

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Excel 2024 In 7 Days

Authors: Alan Dinkins

1st Edition

B0CJ3X98XK, 979-8861224000

More Books

Students also viewed these Databases questions