|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquestions.QuestionBank
public abstract class QuestionBank
The QuestionBank contains a collection of Questions with methods to add, delete, and edit questions within the bank.
Constructor Summary | |
---|---|
QuestionBank()
|
Method Summary | |
---|---|
abstract void |
addQuestion(Question ques)
Adds a new question into the question bank |
abstract void |
deleteQuestion(int questionID)
Removes the question with the questionID from the question bank |
abstract void |
editQuestion(int questionID,
Question ques)
Changes the question with the questionID to the question specified by ques |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuestionBank()
Method Detail |
---|
public abstract void addQuestion(Question ques)
public abstract void deleteQuestion(int questionID)
public abstract void editQuestion(int questionID, Question ques)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |