Module Three
Task Description
At this point the system needs integration of all preadmission procedures. At this point we create a check list only after completion one shall move forward for successful completion by the end of this week. All this features needed to be written in the appropriate classes/interfaces
Checklist:
- List of all courses inside the institute
- List of all faculty members and their roles in the organization
- Schedule of classes and conducted by time table for the coming mini semester. Text field “TA” is written for classes which are conducted by Teaching Assistants instead of their names for now.
- All the faculty members details written onto file called faculty.txt
- All the courses information is written onto file called courses.txt
- The above mentioned files have information stored in separate lines for each of the courses/faculty. Values could be delimited by tabs if necessary.
- List all the courses offered by each principal mentor
- Overload method assignAssociates with two and three arguments. One method which has all the three arguments courseID,FacultyID,Role and other method has only courseID and FacultyID.
- For each of the different courses create different course files like [courseid].txt (for all the courses existing in course.txt)
Resources
- Java Complete Reference
- Thinking in Java
Comments
Post a Comment