TurkuBasicOOPinJava / Week 4: Writing classes /03B. Match attributes and classes
KaiquanMah's picture
Create 03B. Match attributes and classes
1c73c76 verified
Decide which attribute belongs to which class
according to the class name AND the name and type of the attributes.
class Student
- int startingyear
- String studentid
- String email
- int studypointTotal
class Course
- String identifier
- String code
- String teacher
class CourseCompletion
- int completionDone
- String completiondate
- int grade