Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Animal Class Hierarchy (Case 1) | Suppose we have a class Animal and we want to extend it to produce class Dog. An animal has a... | PCEX | inheritance | |
| 2 | Animal Class Hierarchy (Case 2) | Suppose we have a class Animal and we want to extend it to produce class Dog. An animal has a... | PCEX | inheritance | |
| 3 | Point Class Hierarchy (Case 1) | Suppose we have a class Point and we want to extend it to produce class Point3D. The class Point has... | PCEX | inheritance | |
| 4 | Point Class Hierarchy (Case 2) | Suppose we have a class Point and we want to extend it to produce class Point3D. The class Point has... | PCEX | inheritance | |
| 5 | (Inheritance) Physics teacher - CSEdPad | Demonstrate the inheritance concept by creating a superclass Teacher with a private string features designation and collegeName and does function.... | AnnEx | inheritance | |
| 6 | Casting subclass | Java BehaviorExample for demonstrating Casting subclass | AnnEx | inheritance | |
| 7 | Inheritance and Constructors 1 | Java BehaviorExample for demonstrating Inheritance and Constructors 1 | AnnEx | inheritance | |
| 8 | Polymorphism and Inheritance 2 | Java BehaviorExample for demonstrating Polymorphism and Inheritance 2 | AnnEx | inheritance | |
| 9 | A Dog is also a Pet | Java BehaviorExample for demonstrating A Dog is also a Pet | AnnEx | inheritance | |
| 10 | Inheritance | Inheritance | AnnEx | inheritance | |
| 11 | Override | Override | AnnEx | inheritance | |
| 12 | Overriding Object Methods | Java BehaviorExample for demonstrating Overriding Object Methods | AnnEx | inheritance | |
| 13 | Polymorphism and Inheritance 1 | Java BehaviorExample for demonstrating Polymorphism and Inheritance 1 | AnnEx | inheritance | |
| 14 | Simple Inheritance | Java BehaviorExample for demonstrating Simple Inheritance | AnnEx | inheritance | |
| 15 | Polymorphism and Inheritance 2 | Java CodeVisualization for demonstrating Polymorphism and Inheritance 2 | JSVEE | inheritance | |
| 16 | A Dog is also a Pet | Java CodeVisualization for demonstrating A Dog is also a Pet | JSVEE | inheritance | |
| 17 | Animal Class Hierarchy | Suppose we have a class Animal and we want to extend it to produce class Dog. An animal has a... | PCEX | inheritance | |
| 18 | Animal Class Hierarchy (Case 2) | Suppose we have a class Animal and we want to extend it to produce class Dog. An animal has a... | PCEX | inheritance | |
| 19 | Inheritance 1 | Java PredictingFinalResult for demonstrating Inheritance 1 | QuizJET | inheritance | |
| 20 | Inheritance 4 | Java PredictingFinalResult for demonstrating Inheritance 4 | QuizJET | inheritance | |
| 21 | Inheritance 5 | Java PredictingFinalResult for demonstrating Inheritance 5 | QuizJET | inheritance | |
| 22 | Inheritance 6 | Java PredictingFinalResult for demonstrating Inheritance 6 | QuizJET | inheritance | |
| 23 | Question 10 | Java PredictingFinalResult for demonstrating Question 10 | QuizJET | inheritance | |
| 24 | Implement LabeledPoint.toString | Code Completion | A labeled point has an x- and y-position and a label. | CodeCheck | Inheritance |
| 25 | Extend ASCII art rectangle to tiled rectangle | Code Completion | You are given a class Rectangle that produces ASCII art rectangles such as the following: | CodeCheck | Inheritance |
| 26 | Auto extending Vehicle and overriding getID | Code Completion | All vehicles used for transportation in the U.S. must have identification, which varies according to the type of vehicle. For... | CodeCheck | Inheritance |
| 27 | Overriding the equals Method | Code Completion | All vehicles used for transportation in the U.S. must have identification, which varies according to the type of vehicle. For... | CodeCheck | Inheritance |
| 28 | Using an Abstract Class | Code Completion | Light bulbs can be identified by type and can be measured by the amount of lumens produced per watt of... | CodeCheck | Inheritance |
| 29 | Inherit and call a superclass constructor | Code Completion | Complete the Car class below so that it inherits from the given Vehicle class. Cars lose value over time. In... | CodeCheck | Inheritance |
| 30 | Extend ASCII art rectangle to filled rectangle | Code Completion | You are given a class Rectangle that produces ASCII art rectangles such as the following: | CodeCheck | Inheritance |
| 31 | Implement LabeledPoint.equals | Code Completion | A labeled point has an x- and y-position and a label. | CodeCheck | Inheritance |
| 32 | Implement Tile.translate | Code Completion | A Tile class extends Rectangle. It is to be used for non-overlapping tilings. Your task is to override the translate... | CodeCheck | Inheritance |
| 33 | An enum type describing chemical elements | Code Completion | Enumerated types in Java are quite powerful, in that they can contain methods and instance variables. An enum type class... | CodeCheck | Inheritance |
| 34 | Simple Inheritance | Java CodeVisualization for demonstrating Simple Inheritance | JSVEE | inheritance, object | |
| 35 | Inheritance and Polymorphism: Review Questions 2 | Question, Battery | Inheritance and Polymorphism battery of self-assessment questions: Working class hierarchy and inheritance | OpenDSA | Class Hierarchy, Inheritance |
| 36 | Inheritance and Polymorphism: Review Questions 3 | Question, Battery | Inheritance and Polymorphism battery of self-assessment questions: Developing algorithms. | OpenDSA | Class Hierarchy, Inheritance |
| 37 | Inheritance and Polymorphism: Chapter Summary Review | Question, Battery | Inheritance and Polymorphism battery of self-assessment questions: Chapter review summary. | OpenDSA | Inheritance, Polymorphism |
| 38 | Point Class Hierarchy | Suppose we have a class Point and we want to extend it to produce class Point3D. The class Point has... | PCEX | inheritance, object | |
| 39 | Inheritance 2 | Java PredictingFinalResult for demonstrating Inheritance 2 | QuizJET | constructors, inheritance, overloading | |
| 40 | Inheritance 3 | Java PredictingFinalResult for demonstrating Inheritance 3 | QuizJET | constructors, inheritance, overloading | |
| 41 | Point Class Hierarchy (Case 2) | Suppose we have a class Point and we want to extend it to produce class Point3D. The class Point has... | PCEX | constructors, inheritance, overloading | |
| 42 | Class (Bank Account This) | Java PredictingFinalResult for demonstrating Class (Bank Account This) | QuizJET | classes, constructors, inheritance, objects, overloading | |
| 43 | The Class for Representing a Point in the Euclidean Plane (Case 2) | Construct a class that represents a point in the Euclidean plane. The class should contain data that represents the point’s... | PCEX | classes, constructors, exceptions, file i/o, inheritance, methods, objects, overloading | |
| 44 | Inheritance | Python CodeVisualization for demonstrating Inheritance | JSVEE | classes, objects | |
| 45 | Inheritance Person 1 | Python PredictingFinalResult for demonstrating Inheritance Person 1 | QuizPET | classes, objects | |
| 46 | Inheritance Person 2 | Python PredictingFinalResult for demonstrating Inheritance Person 2 | QuizPET | classes, objects | |
| 47 | Inheritance and Polymorphism: Course Grading Policy | Question, Battery | Intro to Software Design (CS1) course grading policy review questions | OpenDSA | Software Design |
| 48 | Inheritance and Polymorphism: Review Questions 1 | Question, Battery | Inheritance and Polymorphism battery of self-assessment questions: Working with Jeroos. | OpenDSA | Subclass |
| 49 | Inheritance and Polymorphism: Review Questions 4 | Question, Battery | Inheritance and Polymorphism battery of self-assessment questions: Writing methods. | OpenDSA | Method |
| 50 | DEPRECATED_Inheritance | Java BehaviorExample for demonstrating DEPRECATED_Inheritance | AnnEx | ||
| 51 | animal inheritance | Python PredictingFinalResult for demonstrating animal inheritance | QuizPET | classes, objects | |
| 52 | Classes - Inheritance | Python BehaviorExample for demonstrating Classes - Inheritance | WebEx | classes, objects | |
| 53 | Using inheritance for modeling Square class | Code Completion | Intuitively, every square is a rectangle, so it is tempting to use inheritance for implementing a square: | CodeCheck | Object-Oriented Design |
| 54 | IS17_inheritance1 | Java BehaviorExample for demonstrating IS17_inheritance1 | AnnEx | ||
| 55 | IS17_inheritance2 | Java BehaviorExample for demonstrating IS17_inheritance2 | AnnEx | ||
| 56 | IS17_inheritance1_1 | Java BehaviorExample for demonstrating IS17_inheritance1_1 | AnnEx | ||
| 57 | IS17_inheritance1_2 | Java BehaviorExample for demonstrating IS17_inheritance1_2 | AnnEx | ||
| 58 | IS17_inheritance1_3 | Java BehaviorExample for demonstrating IS17_inheritance1_3 | AnnEx | ||
| 59 | IS17_inheritance1_4 | Java BehaviorExample for demonstrating IS17_inheritance1_4 | AnnEx | ||
| 60 | IS17_inheritance1_5 | Java BehaviorExample for demonstrating IS17_inheritance1_5 | AnnEx | ||
| 61 | IS17_inheritance1_6 | Java BehaviorExample for demonstrating IS17_inheritance1_6 | AnnEx | ||
| 62 | IS17_inheritance1_7 | Java BehaviorExample for demonstrating IS17_inheritance1_7 | AnnEx | ||
| 63 | IS17_inheritance2_1 | Java BehaviorExample for demonstrating IS17_inheritance2_1 | AnnEx | ||
| 64 | IS17_inheritance2_2 | Java BehaviorExample for demonstrating IS17_inheritance2_2 | AnnEx | ||
| 65 | IS17_inheritance2_3 | Java BehaviorExample for demonstrating IS17_inheritance2_3 | AnnEx | ||
| 66 | IS17_inheritance2_4 | Java BehaviorExample for demonstrating IS17_inheritance2_4 | AnnEx | ||
| 67 | IS17_inheritance2_5 | Java BehaviorExample for demonstrating IS17_inheritance2_5 | AnnEx | ||
| 68 | IS17_inheritance2_6 | Java BehaviorExample for demonstrating IS17_inheritance2_6 | AnnEx | ||
| 69 | IS17_inheritance2_7 | Java BehaviorExample for demonstrating IS17_inheritance2_7 | AnnEx | ||
| 70 | IS17_inheritance3_1 | Java BehaviorExample for demonstrating IS17_inheritance3_1 | AnnEx | ||
| 71 | IS17_inheritance3_2 | Java BehaviorExample for demonstrating IS17_inheritance3_2 | AnnEx | ||
| 72 | IS17_inheritance3_3 | Java BehaviorExample for demonstrating IS17_inheritance3_3 | AnnEx | ||
| 73 | IS17_inheritance3_4 | Java BehaviorExample for demonstrating IS17_inheritance3_4 | AnnEx | ||
| 74 | IS17_inheritance3_5 | Java BehaviorExample for demonstrating IS17_inheritance3_5 | AnnEx | ||
| 75 | IS17_inheritance3_6 | Java BehaviorExample for demonstrating IS17_inheritance3_6 | AnnEx | ||
| 76 | IS17_inheritance3_7 | Java BehaviorExample for demonstrating IS17_inheritance3_7 | AnnEx | ||
| 77 | IS17_inheritance3_8 | Java BehaviorExample for demonstrating IS17_inheritance3_8 | AnnEx | ||
| 78 | IS17_inheritance3 | Java BehaviorExample for demonstrating IS17_inheritance3 | AnnEx | ||
| 79 | Practicing class inheritance | Construct a program using inheritance of classes to display a student’s name and score. Consider student as an instance of... | jsParsons | classes, objects | |
| 80 | Person and Employee Inheritance | Construct two classes: one represents a Person and another one represents an Employee that should be defined as Person's child... | PCEX | classes, objects | |
| 81 | Person and Employee Inheritance Information Challenge | Construct two classes: one represents a Person and another one represents an Employee that should be defined as Person's child... | PCEX | ||
| 82 | q_py_Inheritance_person1_es | Python PredictingFinalResult for demonstrating q_py_Inheritance_person1_es | QuizPET | ||
| 83 | q_py_inheritance_person2_es | Python PredictingFinalResult for demonstrating q_py_inheritance_person2_es | QuizPET | ||
| 84 | Using aggregation for modeling Square class | Code Completion | Intuitively, every square is a rectangle, so it is tempting to use inheritance for implementing a square: | CodeCheck | Object-Oriented Design |