Polymorphism and the use of interfaces

Assignment Help Other Subject
Reference no: EM132348212

Assignment

Overview

You are required to design and develop a small console application in any Object Oriented Programming Language. Completion of this assignment requires an understanding of:

• Analysis and design techniques, including the development of use cases and UML diagrams - specifically, use case diagrams, class diagrams, and sequence diagrams
• Object-oriented programming, focusing on polymorphism and the use of interfaces

Learning Outcomes

The following course learning outcomes are assessed by completing this assessment:
• Understand the significance of detailed project planning and control, good communication and documentation and the use of appropriate tools in order to provide a quality product
• Understand the distinction between software engineering and programming, and thus the distinction between a software configuration and a program
• Understand the methods and techniques involved in designing, implementing and maintaining an information system, in particular using an object-oriented approach
• Demonstrate skills in designing and implementing an information system.

Assessment Details

A new city "Ballymanus" has been announced in a state in Australia and the state government has planned to extend the public transport where the fares will be calculated according to the existing fare rule of the state. As per the existing fare system, everyone must have to buy the "Move Card" in order to travel on trains, tram, and buses in different parts of the state, including the new city.

There are 2 options in "Move Card"
• "Move Money": When you travel occasionally, you can use a "Move Money". You need to load an amount onto your "Move Card" and it will automatically calculate the lowest fare possible as you touch on and touch off. The fare for the Move Money is given in the following table:

Table 1 Move Money Daily Fare

Fare Type

Weekdays (Daily)

Weekends (Daily)

Full fare

$8.80

$6.40

Concession

$4.40

$3.20

• "Move Pass": If you travel often, you can use a "Move Pass" and you'll need to select the number of consecutive days you travel when you buy it. You can buy a Move Pass for 7 days or anywhere between 28 and 365 days. The fare for the Move Pass is given in the following table:

Table 2 Move Pass Fare

Fare Type

Weekly rate (7 days pass)

Daily rate for 28-365 days

Full fare

$44.00

$5.30

Concession

$22.00

$2.65

Travelers might need a calculator to work out how much their journey will cost and to find the most cost- effective way for them to travel using "Move Card". You have been assigned to design and develop a small console CALCULATOR program to help the travelers, enabling them to find the appropriate option ("Move Pass"/"Move Money") and to calculate the traveling cost. Once a calculation is processed, the program will return to the initial condition and will be ready to commence another calculation.

The CALCULATOR program should be able to input the following options:

• Fare type: 1 OR 2 (1= Full fare, 2= Concession)
• Number of days to travel on weekdays: a number between 0 and 5
• Number of days to travel on weekends: a number between 0 and 2
• Number of weeks you are planning to travel: a number between 1 and 52 The CALCULATOR will display the following output based on the input provided by the user:
• The amount in "Move Money"
• The amount in "Move Pass"
• And a Recommendation on which option should be cost effective for the user

The system should be flexible so that the state government can include new fare types (e.g., student pass) and the concept of varying fares for different zones (e.g., Zone 1, Zone 2, a combination of multiple zones) at a later date without having to rewrite the entire program. This means you will need to use an interface for processing total fares, and polymorphism for the various fare type classes, so that new and different fare types may be added at a later date with minimal updates to the code. You are asked to provide with some documentation before you commence coding so that the client (the state government) is able to verify that the program you intend to code will address their requirements. The client would like to see the use cases to summarize the requirements in written format, as well as use case diagrams, class diagrams, and sequence diagrams.

For verifying the program, two sample input-outputs are given at the Appendix section

NOTE: THERE ARE 4 DIAGRAMS OF ENTERPRISE ARCHITECT AND PROGRAM WITH REPORT

Attachment:- Software Engineering - Analysis and Design.rar

Verified Expert

In this assignment, there was a program for calculating the fares as fullfare amount or a concession amount which developed and executed successfully.Finally, a report including Use case requirement list, use case diagram, class diagram, sequence diagram and some description about the project was prepared.

Reference no: EM132348212

Questions Cloud

Discuss what could be purpose of monitoring those indices : Explain what type of companies they represent and discuss what could be the purpose of monitoring those indices.
Determine two factors within the negotiation process : Determine two (2) factors within the negotiation process that you believe encourage the use of a decoy. Explain the basic reasons why society often views
Describe the ethical dilemma in your own words : You will analyze the implications of an ethical issue according to the Christian worldview. Briefly describe the ethical dilemma in your own words,
Performing a physical assessment of the community : Assessment/Interview: Select a community of interest in your region. Perform a physical assessment of the community. Perform a direct assessment of a community.
Polymorphism and the use of interfaces : Demonstrate skills in designing and implementing an information system - two sample input-outputs are given at the Appendix section
What might be some of ramification of living without purpose : What might be some of the ramifications of living without purpose? How might having purpose in life impact the way people live their daily lives,
Explain how you would characterize their corporate strategy : Examine the corporate Web site for your selected company and explain how you would characterize their corporate strategy.
Write an algorithm to output the minimum possible time : Assignment - Write an algorithm to output the minimum possible time to put the n parts together and build the final product
Why is effective and frequent communication : Why is effective and frequent communication so critical to a successful change effort? Describe either a good or a bad example of this from your organization

Reviews

len2348212

7/29/2019 10:43:09 PM

Development of Code A complete program (in any OOP language) addressing the requirements outlined in the Assignment Details section of this specification, including: ? Functionality to process the Calculation for each Fare type 2 ? Functionality to process the Final Recommendation 1 ? Validation of input values for each field 1 ? Code demonstrating the use of an interface and polymorphism to handle Fare types and the various options in each fare type 6 Reflection on Learning ? A short reflection (approximately 200-300 words) of what you have learned, if anything, on this assignment, particularly relating to requirements design and analysis, UML diagrams and object-oriented programming with interfaces and polymorphism. 2 Total 20

len2348212

7/29/2019 10:43:01 PM

Marking Criteria/Rubric Task Available Marks Student Mark Requirements Analysis and Design ? Use Cases summarizing the requirements of the program 2 ? A Use Case Diagram for processing a calculation 2 ? A Class Diagram of the intended system 2 ? A Sequence Diagram for processing a client’s query order 2

len2348212

7/29/2019 10:42:53 PM

Submission You are required to submit the assignment before the due date consisting of: ? A Zip file containing the following (submitted via Moodle under the Assignment 1 link) o A written report comprising: ? Use Cases summarizing the requirements ? UML Diagrams, created in Enterprise Architect, comprising: ? a Use Case Diagram for processing the calculation ? a Class Diagram of the intended system ? a Sequence Diagram for processing the calculation ? A short reflection (approximately 200-300 words) of what you have learned, if anything, on this assignment, particularly relating to requirements design and analysis, UML diagrams and object-oriented programming with interfaces and polymorphism. As an example, if you found that you changed your initial UML diagrams after you had commenced coding, you should explain what these changes were and explain what you learned that led to these changes. o Enterprise Architect file(s) containing your UML Diagrams for the Use Case, Class and Sequence Diagrams o Your finished program (in any OOP language), addressing the requirements outlined in the Assignment Details.

len2348212

7/29/2019 10:42:40 PM

THERE ARE 4 DIAGRAMS OF ENTERPRISE ARCHITECT AND PROGRAM WITH REPORT Overview You are required to design and develop a small console application in any Object Oriented Programming Language. Completion of this assignment requires an understanding of: ? Analysis and design techniques, including the development of use cases and UML diagrams – specifically, use case diagrams, class diagrams, and sequence diagrams ? Object-oriented programming, focusing on polymorphism and the use of interfaces Timelines and Expectations Percentage Value of Task: 20% Due: Sun, 5, - 23:55 (week 7) Minimum time expectation: 20 hours

Write a Review

Other Subject Questions & Answers

  Cross-cultural opportunities and conflicts in canada

Short Paper on Cross-cultural Opportunities and Conflicts in Canada.

  Sociology theory questions

Sociology are very fundamental in nature. Role strain and role constraint speak about the duties and responsibilities of the roles of people in society or in a group. A short theory about Darwin and Moths is also answered.

  A book review on unfaithful angels

This review will help the reader understand the social work profession through different concepts giving the glimpse of why the social work profession might have drifted away from its original purpose of serving the poor.

  Disorder paper: schizophrenia

Schizophrenia does not really have just one single cause. It is a possibility that this disorder could be inherited but not all doctors are sure.

  Individual assignment: two models handout and rubric

Individual Assignment : Two Models Handout and Rubric,    This paper will allow you to understand and evaluate two vastly different organizational models and to effectively communicate their differences.

  Developing strategic intent for toyota

The following report includes the description about the organization, its strategies, industry analysis in which it operates and its position in the industry.

  Gasoline powered passenger vehicles

In this study, we examine how gasoline price volatility and income of the consumers impacts consumer's demand for gasoline.

  An aspect of poverty in canada

Economics thesis undergrad 4th year paper to write. it should be about 22 pages in length, literature review, economic analysis and then data or cost benefit analysis.

  Ngn customer satisfaction qos indicator for 3g services

The paper aims to highlight the global trends in countries and regions where 3G has already been introduced and propose an implementation plan to the telecom operators of developing countries.

  Prepare a power point presentation

Prepare the power point presentation for the case: Santa Fe Independent School District

  Information literacy is important in this environment

Information literacy is critically important in this contemporary environment

  Associative property of multiplication

Write a definition for associative property of multiplication.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd