glarimy / glarimy-quiz-app

The source code and resources for Glarimy Quiz community project
0 stars 0 forks source link

Create Models #13

Closed glarimy closed 6 years ago

glarimy commented 6 years ago

Code for com.glarimy.quiz.model package with Question, Answer and Score classes as Java Beans. Refer to the class models described in #12. Once completed, check in the code with appropriate comments.

ramakrishna5a1 commented 6 years ago

sir implemented the Code for com.glarimy.quiz.model package (#12) with Question, Answer and Score classes as Java Beans with get and set methods with proper comments for each class

now can i commit the code and push into github...?

glarimy commented 6 years ago

Good work. I found one issue with the model that I have shared. The answer class is modeled as if the properties are public. I am sorry for that. Please code all the three model classes to have protected fields and check-in the code.

ramakrishna5a1 commented 6 years ago

Ok sir

ramakrishna5a1 commented 6 years ago

sir Answer class properties are also changed from public to protected.now all three classes(Answer,Question,Scores) properties are protected.

glarimy commented 6 years ago

Please check-in the code.

glarimy commented 6 years ago

Since @ramakrishna5a1 has checked-in the code, I am closing this issue. It would have been good if @ramakrishna5a1 has closed the issue already!