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()); } }
You should override the hashCode() and equals() functions from the Object class. The default implementation of the hashcode() and equals(), which are inherited from the java.
flow chart of train reservation system
If any of the above conditions does not met, then the program will generate compilation errors. Today Rahul has written his first program "Hello World", but he is not sure about th
Task 1 Create a new project in Eclipse called Assignment 1. Within this project create a package called task01. 1/ Download the class Date (you must use this class - no
Maintenance and Administration activities: Name : e-Commerce OS and Soft wares : Websphere 6.0, IHS, Unix, Weblogic 8.1 Maintenance an
Write a program called BaseConverter that prompts (asks) the user for a base 10 number and another number, between 2 and 10 inclusive. This second number is the base to which to co
In this assignment, you will implement the game of Boggle, a word game in which players connect adjacent letters on a 4x4 board to create as many words as possible. This is based o
I want Linux server expert with Tomcat skills Project Description: I want a Linux server expert to look in to an issue with my domain. It is down since three days as there is
#include float start_point, /* GLOBAL VARIABLES */ end_point, total_area; int numtraps; main( ) { void input( void );
You are a newly recruited programmer, working for an IT company. This company won a contract to develop a Customer Relationship Management System (CRM) for a major retailer. The CR
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