Implement the enhancements to your Survey class according to the requirements presented in the previous Discussion Board task.
To accomplish the task of further developing your Survey
class from your updated UML Class Diagram, you will need to implement the following attributes and methods:
topRatedQuestion() method
lowRatedQuestion() method
presentQuestion() method with an int parameter for the question number
Overloaded presentQuestion() method with int parameters for both the question number and Respondent ID.
Comments
Leave a comment