Problem 228
Encapsulate!
Required files:
Modify the included file by providing the class with a constructor method and proper encapsulation. I have added the JavaDoc for all required methods.
Checklist:
- Constructor
- Getters for
age
andname
. - Setters for
age
andname
.
Try to run the test file, first, by commenting out all the tests. Then, un-comment them one by one once you get them to pass.
◄ 227: Encapsulation