Showing 0-0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Converting between Class and Interface Types Java BehaviorExample for demonstrating Converting between Class and Interface Types AnnEx interfaces
2 Interface Polymorphism Java BehaviorExample for demonstrating Interface Polymorphism AnnEx interfaces
3 Interface Interface AnnEx interfaces
4 Measure Java BehaviorExample for demonstrating Measure AnnEx interfaces
5 Interface Java CodeVisualization for demonstrating Interface JSVEE interfaces
6 Measure Java CodeVisualization for demonstrating Measure JSVEE interfaces
7 Interfaces 3 Java PredictingFinalResult for demonstrating Interfaces 3 QuizJET interfaces
8 Interfaces 5 Java PredictingFinalResult for demonstrating Interfaces 5 QuizJET interfaces
9 Question 9 Java PredictingFinalResult for demonstrating Question 9 QuizJET interfaces
10 Implement the Doublable interface Code Completion Some objects can be doubled, for example a bank account. The result would be a bank account with twice the... CodeCheck Interfaces
11 Make a measurer for words Code Completion In this exercise, we use the Word class from chapter 6 (with the bugs fixed). You should not change the... CodeCheck Interfaces
12 Implement an Interface to Change Rectangle Dimensions Code Completion Complete the RectangleManager class below so that it implements the given Adjuster interface. The implementation should use the h and... CodeCheck Interfaces
13 Using instanceof for Converting Between Animal Types Code Completion The Cat and Dog class below implement the Animal interface. All animals have names, but only dogs do tricks. Implement... CodeCheck Interfaces
14 Creating the Movement Interface Code Completion Create the Movement interface below and the abstract methods move and getPosition, which are implemented by the Ship and Auto... CodeCheck Interfaces
15 Implement an Interface to Provide Museum's Car Count Code Completion Complete the CarMuseum class below so that it implements the given Measurable interface. Your tasks are as follows: CodeCheck Interfaces
16 Make Sentence implement Measurable Code Completion Complete the Sentence class below so that it implements the Measurable interface. The measure of a sentence should be the... CodeCheck Interfaces
17 Provide a RectangleDoubler class that implements the Doubler interface Code Completion Some objects can be doubled, for example a bank account. The result would be a bank account with twice the... CodeCheck Interfaces
18 Using Anonymous Objects Code Completion Modify the PolygonTester class below so that it uses anonymous objects where possible. Objects that are only used once should... CodeCheck Interfaces
19 Interfaces 1 Java PredictingFinalResult for demonstrating Interfaces 1 QuizJET interfaces, object-oriented programming
20 Interfaces 2 Java PredictingFinalResult for demonstrating Interfaces 2 QuizJET interfaces, object-oriented programming
21 Interfaces 4 Java PredictingFinalResult for demonstrating Interfaces 4 QuizJET interfaces, object-oriented programming
22 MultiInterfaces MultiInterfaces AnnEx arithmetic operations, interfaces
23 Interfaces Review Quiz Question, Battery Introduction to interfaces for CS1 review questions. OpenDSA Interface
24 Relationships between classes and interfaces Code Completion A stamp has a descriptive name, a face value, and an issuing country. Stamps have a measurable value (the face... CodeCheck Object-Oriented Design
25 IS17_interface1 Java BehaviorExample for demonstrating IS17_interface1 AnnEx
26 IS17_interface1_1 Java BehaviorExample for demonstrating IS17_interface1_1 AnnEx
27 IS17_interface1_2 Java BehaviorExample for demonstrating IS17_interface1_2 AnnEx
28 IS17_interface1_3 Java BehaviorExample for demonstrating IS17_interface1_3 AnnEx
29 IS17_interface1_4 Java BehaviorExample for demonstrating IS17_interface1_4 AnnEx
30 IS17_interface1_5 Java BehaviorExample for demonstrating IS17_interface1_5 AnnEx
31 IS17_interface1_6 Java BehaviorExample for demonstrating IS17_interface1_6 AnnEx
32 IS17_interface1_7 Java BehaviorExample for demonstrating IS17_interface1_7 AnnEx
33 IS17_interface2 Java BehaviorExample for demonstrating IS17_interface2 AnnEx
34 IS17_interface2_1 Java BehaviorExample for demonstrating IS17_interface2_1 AnnEx
35 IS17_interface2_2 Java BehaviorExample for demonstrating IS17_interface2_2 AnnEx
36 IS17_interface2_3 Java BehaviorExample for demonstrating IS17_interface2_3 AnnEx
37 IS17_interface2_4 Java BehaviorExample for demonstrating IS17_interface2_4 AnnEx
38 IS17_interface2_5 Java BehaviorExample for demonstrating IS17_interface2_5 AnnEx
39 IS17_interface2_6 Java BehaviorExample for demonstrating IS17_interface2_6 AnnEx
40 IS17_interface2_7 Java BehaviorExample for demonstrating IS17_interface2_7 AnnEx
41 IS17_interface3 Java BehaviorExample for demonstrating IS17_interface3 AnnEx
42 IS17_interface3_1 Java BehaviorExample for demonstrating IS17_interface3_1 AnnEx
43 IS17_interface3_2 Java BehaviorExample for demonstrating IS17_interface3_2 AnnEx
44 IS17_interface3_3 Java BehaviorExample for demonstrating IS17_interface3_3 AnnEx
45 IS17_interface3_4 Java BehaviorExample for demonstrating IS17_interface3_4 AnnEx
46 IS17_interface3_5 Java BehaviorExample for demonstrating IS17_interface3_5 AnnEx
47 IS17_interface3_6 Java BehaviorExample for demonstrating IS17_interface3_6 AnnEx
48 IS17_interface3_7 Java BehaviorExample for demonstrating IS17_interface3_7 AnnEx
49 IS17_interface3_8 Java BehaviorExample for demonstrating IS17_interface3_8 AnnEx
50 DEPRECATED_Interface Java BehaviorExample for demonstrating DEPRECATED_Interface AnnEx
51 Use Money interface in invoice program Code Completion The invoice program assumes that prices are given in dollar. Other currencies have different rules, and it makes sense to... CodeCheck Object-Oriented Design
52 Add user interface for balance transfer Code Completion In this assignment, a transfer method has been added to the ATM class of section 12.5: CodeCheck Object-Oriented Design
53 Make Person class comparable Code Completion The program below will fail to run because the Person class does not implement the Comparable interface. Modify the class... CodeCheck Tree Structures
54 Finding all matches for a predicate Code Completion Recall that a predicate is a method with a Boolean return value. The Predicate interface can be used to test... CodeCheck Generic Types
55 Finding the first match for a predicate Code Completion Recall that a predicate is a method with a Boolean return value. The Predicate interface can be used to test... CodeCheck Generic Types
56 Zipper words with helper method Code Completion Two strings of equal length can be interlaced like the teeth of a zipper to form a new word. For... CodeCheck Recursion
57 Zipper words Code Completion Two strings of equal length can be interlaced like the teeth of a zipper to form a new word. For... CodeCheck Recursion