public abstract class AnswerBase extends java.lang.Object implements Answer
| Constructor and Description |
|---|
AnswerBase(java.lang.String justification)
Create answer with denoted justification.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJustification()
Return justification of answer suitable for printing.
|
public AnswerBase(java.lang.String justification)
justification - of answer.public java.lang.String getJustification()
getJustification in interface Answer