Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
You are asked to write a Java program to calculate the commercial value of the stamps owned by a philatelist. Each philatelist has a name and a collection of stamps. The stamps can be divided into two groups: Group I and Group II. Each stamp has the following attributes: name, face value, and publication year. The commercial value of a stamp is calculated as follows:1. for a stamp in Group I, the commercial value is twice its face value,2. for a stamp in Group II, the commercial value is triple its face value.You need to follow the following interfaces:public interface IStamp { double get_faceValue();String get_name(); // return the name of a stamp Int get_publicationYear(); //return the Publication year of a stamp}public interface IPhilatelist { ArrayList get_allStamps(); void add_stamps(IStamp stmp);double get_totalCommercialValue(); } Your classes (Stamp_GroupI, Stamp_GroupII and Philatelist) implementing the above two interfaces, as appropriate, should NOT have any other public method.The test file is as follows:class Program { static void Main(string[] args) { IPhilatelist john = new Philatelist("John"); IStamp w1= new Stamp_GroupII("Yellow Stone",0.29, 1975); IStamp w2 = new Stamp_GroupI("Forever Freedom",0.45, 2011); IStamp w3 = new Stamp_GroupI("Forever BigBen",0.42, 2008); john.add_stamps(w1); john.add_stamps(w2); john.add_stamps(w3); System.out.println("Total Commercial value is" + john.get_totalCommercialValue()); } }
A one page website where a user can input the information including Company Name, Title, Activity, R/S, I also need the user to select the start date, end date, and check poi
The purpose of this assignment is to give you practice working with one dimensional arrays. It will also introduce you to one of the oldest mathematical algorithms in the world. No
Question: a) Give a detailed description of your understanding concerning "Managing User Sessions and Open files". b) What is "Overriding Inheritance" and how can it be do
Explain DATA SECURITY Management issue? All data in the system is extremely critical to its operation, the security of the customer's personal data is most important. Most of t
I need Crime Management Project Description: It is a web based project build in Oracle(back end) and J2EE(front end) for peoples so they will register complaints online.
Extend the given drawing program (the version that allows undo and redo) as follows: a) Allow the user to select font and font size; user should also be able to boldface, underl
Are you real? I dont want to get help from a computer
Java SDK is not so comfortable with people used to command line interpreter. IDEs contain compilers, editors, debugging facilities, drag and drop methods, etc. This compiler strive
Why hub is used in networks? Hub is networking equipment and a device that connects various computers to form a network. In a network the NIC translates the message within elec
An RMI "service" could well be any Java method that can be invoked remotely. The other service is the JRMP RMI naming service which is a lookup service.
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!
whatsapp: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd