Program #2 1. Show StudentsADT interface 2. Create a Course class with the following methods: default constructor, overloaded constructor, copy constructor, setCourseName, setSectionNumber,...


java


submit as a text


dont use others answers please


attach screenshot of output


Thank you!!!


Program #2<br>1. Show StudentsADT interface<br>2. Create a Course class with the following methods: default constructor,<br>overloaded constructor, copy constructor, setCourseName, setSectionNumber,<br>setNumberOfCredits, setLink, getCourseName, getSectionNumber,<br>getNumberOfCredits, getLink, toString<br>3. Create a Students class with the following methods: default constructor,<br>overloaded constructor, copy constructor, setMaxNumberOfStudents,<br>addStudent, addCourse (pass 2 args), dropCourse (2 args), toString<br>4. Create an Inner class called Student inside Students class with the following<br>methods: default constructor, overloaded constructor, setID, setCourses,<br>getID, getCourses, addCourse (pass 1 arg), dropCourse (1 arg), toString<br>5. Create a StudentsDemo class by adding the students with IDs: 1111, 1234, 2357<br>Display the following menu:<br>

Extracted text: Program #2 1. Show StudentsADT interface 2. Create a Course class with the following methods: default constructor, overloaded constructor, copy constructor, setCourseName, setSectionNumber, setNumberOfCredits, setLink, getCourseName, getSectionNumber, getNumberOfCredits, getLink, toString 3. Create a Students class with the following methods: default constructor, overloaded constructor, copy constructor, setMaxNumberOfStudents, 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 StudentsDemo 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

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here