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:
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.
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of