logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
John GrettonSociology
(5/5)

568 Answers

Hire Me
expert
Martinha RosaFinance
(5/5)

884 Answers

Hire Me
expert
Sean WoodComputer science
(5/5)

923 Answers

Hire Me
expert
Jennings DyerPolitical science
(5/5)

619 Answers

Hire Me
Java Programming

OOP Bank Sdn. Bhd. wants to develop a wealth management system for its clients. The system keeps track of the assets owned by a client, and then calculate the sum of monetary value of these assets.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

OBJECT-ORIENTED PROGRAMMING

OOP Bank Sdn. Bhd. wants to develop a wealth management system for its clients. The system keeps track of the assets owned by a client, and then calculate the sum of monetary value of these assets. The assets owned by the client can be categorized into three categories: property, vehicle, and saving. The property can be lands and houses, while vehicle can be cars and motorcycles, and saving can be bank accounts and golds. Each of these assets have different formula to calculate its’ monetary value, such as:

  1. Land: area times price per meter squares
  2. House, car, and motorcycle: market value
  3. Bank account: balance times (1 plus interest rate)
  4. Gold: weight times price per grams

During the requirement analysis phase, the system analyst has come out with a class diagram, which is to be implemented by you as the system developer. The class diagram can be referred in Figure 1. However, you realized that the class diagram is incomplete since some of the constructors and methods don’t throw any exception when its parameters’ values are incorrect, therefore you may need to add throws declaration in any constructors and methods you see fit. You are also allowed to add the necessary classes.

Develop a simple system that fully implements the class diagram provided and write a main() method to instantiate the objects from user input, store the objects of these classes into a collection (you can use either Vector or ArrayList), and print the list of these objects in the console. The method to calculate the monetary value of these assets should raise an exception if any of the element of the formula is in invalid value, for example negative value of area for land, negative value of price per grams for gold, etc.

 

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme