Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Objectives: Practice creating classes with method stubs based on a given class diagram. Preparation: Install the latest version of Eclipse on your computer. Instructions:
Objectives: Practice creating classes with method stubs based on a given class diagram. Preparation: Install the latest version of Eclipse on your computer. Instructions: 1. Read and understand the following design on page 2. 2. Implement the design with method stubs ONLY. Hints: a. What packages are there? Do you need to implement all of them? b. For each class, is it a regular class, a super class, or an interface? c. For an entity (attribute or method), what is its visibility? d. Abstract methods are italicized (This is something we have not discussed yet. But the good news is methods in interfaces are made abstract by default.) e. For an entity, is it a static or non-static method? f. For an attribute, is it a final variable? g. For a method, what argument(s) does it take? What is its return type? Grading Rubrics: a. Your code shall compile and run. (10 points) b. The overall structure of your code is correct, in the package view. (10 points) c. The implementation of each class is correct. (10 * 9 = 90 points) java lang dde o:grading Grade! cInterface Comparable +compareTofother : grading Grade) : int IlegalArgumentException Gradient main(args: String ) grading Grade key : java lang Saring value : javalang Double Grade(key : javalang String) (exceptions=legalArgumentException) Grade(key : java lang String, value : double) (excepsions- legalArgumentException) Grade(key : java lang String, value : java lang Double) (exceptions-llegalArgumentException) getKay) : java.lang Sting getvalue(): java lang. Double -to String): javalang String throws SizeException serialVersionUID:final long = 1L throws throws einterface GradingStrategy cakulate(key : String, grades : java.udi Listsgrading Grade) : grading. Grade (exceptions-SizoException) einterface> Filter applygrades: java utl Listegrading Grade>) : java util Listsgrade> (exceptions-SizeException) WeightedTotalStrategy DropFilter weights : java.utiMapjava lang String, java lang Double WeightedTotalStrategy() WeightedTotaStrategy(weights : java.uti. Mapsjava lang String. java.lang.Double>) shouldDropLowest: boolean shouldDropHighest : boolean DropFiter DropFiterishouldDroplowest : boolean, shouldDropHighest : boolean) uses TotalStrategy TotalStrategy()
Step by Step Solution
★★★★★
3.47 Rating (157 Votes )
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started