Design a user-defined class called Course. Each course object will hold data about a course. The data includes courseID, courseName, credits and instructorName. Define instance variables required of the appropriate type. Provide only get methods along with toString() and equals() methods. Design another user-defined class called Student. Each student object will hold data on name, GPA and courseList. Make sure to define course List as an ArrayList() object. Provide the following get methods: getStudentID ( ), getName(), getGPA (), get Gender (), and get CourseList()

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Create a client program (Student Test.java) with the main method. Start by creating Course
objects for each of the courses you took during last spring semester. Next, create a Student
object presenting you. Use the course objects you created add them to the courseList of the
student object by calling the addCourse() method. Demonstrate the following methods of the
Student class.
• getGPA()
• setGPA()
• getCourseList() to return an ArrayList<Course> containing course objects.
Transcribed Image Text:Create a client program (Student Test.java) with the main method. Start by creating Course objects for each of the courses you took during last spring semester. Next, create a Student object presenting you. Use the course objects you created add them to the courseList of the student object by calling the addCourse() method. Demonstrate the following methods of the Student class. • getGPA() • setGPA() • getCourseList() to return an ArrayList<Course> containing course objects.
3. Design a user-defined class called Course. Each course object will hold data about a course.
The data includes courseID, courseName, credits and instructorName. Define the
instance variables required of the appropriate type. Provide only get methods along with
toString() and equals() methods.
Design another user-defined class called Student. Each student object will hold data on
name, GPA and courseList. Make sure to define courseList as an ArrayList<Course>
holding references to Course objects
Implement a constructor that will take values to initialize name, and gpa while courseList is
initialized to an ArrayList<Course>() object.
Provide the following get methods: getStudent ID ( ), getName(), getGPA (),
get Gender(), and get CourseList()
Note: the getCouresList() method will return a copy of the coureList arraylist with copies of
course objects.
Provide the following set methods: setName(), setGPA (), setGender()
Another method: addCourse () that will take a Course object and add it to the courseList.
Remember that valid gpa should be between 0.0-4.0
Transcribed Image Text:3. Design a user-defined class called Course. Each course object will hold data about a course. The data includes courseID, courseName, credits and instructorName. Define the instance variables required of the appropriate type. Provide only get methods along with toString() and equals() methods. Design another user-defined class called Student. Each student object will hold data on name, GPA and courseList. Make sure to define courseList as an ArrayList<Course> holding references to Course objects Implement a constructor that will take values to initialize name, and gpa while courseList is initialized to an ArrayList<Course>() object. Provide the following get methods: getStudent ID ( ), getName(), getGPA (), get Gender(), and get CourseList() Note: the getCouresList() method will return a copy of the coureList arraylist with copies of course objects. Provide the following set methods: setName(), setGPA (), setGender() Another method: addCourse () that will take a Course object and add it to the courseList. Remember that valid gpa should be between 0.0-4.0
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY