Search:

Type: Posts; User: Scorks

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    2,185

    Re: Inheritance question!

    It's not my code... it's directly from a textbook.
  2. Replies
    4
    Views
    2,185

    Re: Inheritance question!

    1import java.util.Scanner;
    2
    3/**
    4 This program shows a simple quiz with two choice questions.
    5*/
    6 public class QuestionDemo2
    10 ChoiceQuestion first = new ChoiceQuestion();
    11...
  3. Replies
    4
    Views
    2,185

    Inheritance question!

    Hey there! I have a question involving the code below. The question is:

    Which methods does the ChoiceQuestion class inherit from its superclass? Which methods does it override? Which methods does...
Results 1 to 3 of 3