Java modifier for attributes which are not allowed to be NULL or modified but they are not initialized
this are the attributes I need to construct
So my prof wants us to make those attributes in order:
NOT changeable, not allowed to be NULL or blank spaces
NOT changeable, allowed to be NULL
NOT changeable, not allowed to be NULL
changeable
changeable, with NULL initialized