Question: 1. Write code of the abstract methods from description a) method play that takes no parameters and returns an int value b) method go that
1. Write code of the abstract methods from description a) method play that takes no parameters and returns an int value b) method go that takes two Object type parameters and returns nothing c) method evaluate that takes a String object parameter and returns a double value 2. Write code of the abstract methods from the UML diagram of the abstract class Design. Design +getClient) Client tversion( int +restart(Design) 3. Write code of the implemented methods from the UML diagram of the concrete (not abstract) class ConcreteDesian ConcreteDesign +getClient)-Client ersion( ):int +restart(Design): 4. Write the code of class Retiree of HW4 #3. This need to have the required method stub to make it compilable 5. Write the code of class MyRun that implements Runnable interface of Java library. This need to have the required method stub to make it compilable 6. Both classes in this problem belong to the package CardGame. Code classes a. an interface named Smart with one method process that returns nothing and has two parameters obin and obout, both of Object type, and constants int values VERY SMART (value is 140) DUMB (value is 80) b a class Dealer that implements smart. You are required to have the correct class declaration and method stub of the required methoo d.. .Draw a UML diagram (conceptual level) for these classes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
