Program #2 1. Show StudentsADT interface 2. Create a Course class with the following methods: default constructor, overloaded constructor, copy constructor, set Course Name, set Section Number, set Number Of Credits, setLink, getCourseName, get Section Number, getNumberOfCredits, getLink, toString 3. Create a Students class with the following methods: default constructor, overloaded constructor, copy constructor, set Max Number Of Students, add Student, addCourse (pass 2 args), dropCourse (2 args), toString 4. Create an Inner class called Student inside Students class with the following methods: default constructor, overloaded constructor, setID, set Courses, getID, getCourses, addCourse (pass 1 arg), dropCourse (1 arg), toString 5. Create a Students Demo class by adding the students with IDs: 1111, 1234, 2357 Display the following menu: "What action would you like to implement?" 1: Show all Students 2: Add a Course 3: Drop a Course 9: Quit

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 3PE
icon
Related questions
Question

The main question is the entire page labeled Program #2 and the little screenshot is for extra steps. The program has to be written in Java, please provide comments for explanation.

2. Each student at Middlesex County College takes a different number of courses, so the
registrar has decided to use linear linked lists to store each student's class schedule
and an array to represent the entire student body.
A portion of this data structure is shown below:
ID link
$||1||
11234
22357
Sec cr
→ [CSC162|1|3
3> HISI 12
24
CSC236/4/3
These data show that the first student (ID: 1111) is taking section 1 of CSC162 for 3
credits and section 2 of HIS101 for 4 credits; the second student is not enrolled; the
third student is enrolled in CSC236 section 4 for 3 credits.
Write a class for this data structure. Provide methods for creating the original array,
inserting a student's initial class schedule, adding a course, and dropping a course. Include
a menu-driven program that uses the class.
7
Transcribed Image Text:2. Each student at Middlesex County College takes a different number of courses, so the registrar has decided to use linear linked lists to store each student's class schedule and an array to represent the entire student body. A portion of this data structure is shown below: ID link $||1|| 11234 22357 Sec cr → [CSC162|1|3 3> HISI 12 24 CSC236/4/3 These data show that the first student (ID: 1111) is taking section 1 of CSC162 for 3 credits and section 2 of HIS101 for 4 credits; the second student is not enrolled; the third student is enrolled in CSC236 section 4 for 3 credits. Write a class for this data structure. Provide methods for creating the original array, inserting a student's initial class schedule, adding a course, and dropping a course. Include a menu-driven program that uses the class. 7
Program #2
1. Show StudentsADT interface
2
2. Create a Course class with the following methods: default constructor,
overloaded constructor, copy constructor, set Course Name, set Section Number,
set NumberOfCredits, setLink, get CourseName, getSection Number,
getNumberOfCredits, getLink, toString
3. Create a Students class with the following methods: default constructor,
overloaded constructor, copy constructor, setMaxNumber Of Students,
addStudent, addCourse (pass 2 args), dropCourse (2 args), toString
4. Create an Inner class called Student inside Students class with the following
methods: default constructor, overloaded constructor, setID, setCourses,
getID, getCourses, addCourse (pass 1 arg), dropCourse (1 arg), toString
5. Create a Students Demo class by adding the students with IDs: 1111, 1234, 2357
Display the following menu:
"What action would you like to implement?"
1: Show all Students
2: Add a Course
3: Drop a Course
9: Quit
Transcribed Image Text:Program #2 1. Show StudentsADT interface 2 2. Create a Course class with the following methods: default constructor, overloaded constructor, copy constructor, set Course Name, set Section Number, set NumberOfCredits, setLink, get CourseName, getSection Number, getNumberOfCredits, getLink, toString 3. Create a Students class with the following methods: default constructor, overloaded constructor, copy constructor, setMaxNumber Of Students, addStudent, addCourse (pass 2 args), dropCourse (2 args), toString 4. Create an Inner class called Student inside Students class with the following methods: default constructor, overloaded constructor, setID, setCourses, getID, getCourses, addCourse (pass 1 arg), dropCourse (1 arg), toString 5. Create a Students Demo class by adding the students with IDs: 1111, 1234, 2357 Display the following menu: "What action would you like to implement?" 1: Show all Students 2: Add a Course 3: Drop a Course 9: Quit
Expert Solution
steps

Step by step

Solved in 7 steps with 9 images

Blurred answer
Knowledge Booster
Software Development
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT