Home > front end >  ask
ask

Time:09-22

Design and implement a Java class Student Student, the Student should have the attribute name (name), sex (sex), the province (province), languages (familiar language), password (password) and hobbies (hobby), birthday (date of birth), height (height), weight (weight), these attributes apply appropriate type, said attribute should have the getter/setter methods, a Student should have a no-parameter constructor and a constructor,

The class code,