In this Assignment you will use an abstract class to define, read, store, and print questions for a test. you will start by writing an abstract TestQuestion class that contains the following: • A protected String variable that holds the test question. • An abstract method protected abstract void readQuestion() to read the question. Now define two subclasses of TestQuestion, Essay and MultChoice which implement the abstract methods. Essay will need an instance variable to store the number of blank lines needed for the answering space. MultChoice will not need this variable, but it will need an array of Strings to hold the choices along with the main question. You will also need to write toString methods for the MultChoice and Essay classes that return nicely formatted versions of the questions. Now define a class WriteTest that creates an Arraylist of TestQuestion objects. Assume that the input as the following: 1. type of question (character, m-multiple choice, e=essay). 2. number of blank lines for essay, number of blank lines for multiple choice (integer). 3. the question text. 4. choice 1 (multiple choice only) 5. choice 2 (multiple choice only). Windows Save each object în the ArrayList object to hold the various TestQuestion objects (Essay or MultChoice objects). Use a loop to print the questions from the ArrayList as completed quiz

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter11: Inheritance And Composition
Section: Chapter Questions
Problem 9PE
icon
Related questions
Question
In this Assignment you will use an abstract class to define, read, store, and print questions for a test.
you will start by writing an abstract TestQuestion class that contains the following:
• A protected String variable that holds the test question.
• An abstract method protected abstract void readQuestion() to read the question.
Now define two subclasses of TestQuestion, Essay and MultChoice which implement the abstract methods. Essay will need an instance variable to store the
number of blank lines needed for the answering space. MultChoice will not need this variable, but it will
need an array of Strings to hold the choices along with the main question.
You will also need to write toString methods for the MultChoice and Essay classes that return nicely formatted versions of the questions.
Now define a class WriteTest that creates an Arraylist of TestQuestion objects.
Assume that the input as the following:
1. type of question (character, m3Dmultiple choice, e=essay).
2. number of blank lines for essay, number of blank lines for multiple choice (integer).
3. the question text.
4. choice 1 (multiple choice only)
5. choice 2 (multiple choice only) .
Windows buiij
Ind
Save each object in the ArrayList object to hold the various TestQuestion objects (Essay or MultChoice objects). Use a loop to print the questions from the
ArrayList as completed quiz.
Transcribed Image Text:In this Assignment you will use an abstract class to define, read, store, and print questions for a test. you will start by writing an abstract TestQuestion class that contains the following: • A protected String variable that holds the test question. • An abstract method protected abstract void readQuestion() to read the question. Now define two subclasses of TestQuestion, Essay and MultChoice which implement the abstract methods. Essay will need an instance variable to store the number of blank lines needed for the answering space. MultChoice will not need this variable, but it will need an array of Strings to hold the choices along with the main question. You will also need to write toString methods for the MultChoice and Essay classes that return nicely formatted versions of the questions. Now define a class WriteTest that creates an Arraylist of TestQuestion objects. Assume that the input as the following: 1. type of question (character, m3Dmultiple choice, e=essay). 2. number of blank lines for essay, number of blank lines for multiple choice (integer). 3. the question text. 4. choice 1 (multiple choice only) 5. choice 2 (multiple choice only) . Windows buiij Ind Save each object in the ArrayList object to hold the various TestQuestion objects (Essay or MultChoice objects). Use a loop to print the questions from the ArrayList as completed quiz.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Reference Types in Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT