public abstract class TestReview
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
currentQuestion |
| Constructor and Description |
|---|
TestReview() |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract Question |
getQuestion(int number)
Jumps to desired question to review
|
abstract Question getQuestion(int number)
number - - Question to retrieve