Computer Networking: A Top-Down Approach (7th Edition)
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
Bartleby Related Questions 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.
expand button
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
expand button
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
Check Mark
Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
Computer Networking: A Top-Down Approach (7th Edi...
Computer Engineering
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:PEARSON
Text book image
Computer Organization and Design MIPS Edition, Fi...
Computer Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science
Text book image
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:9781337569330
Author:Jill West, Tamara Dean, Jean Andrews
Publisher:Cengage Learning
Text book image
Concepts of Database Management
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning
Text book image
Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education
Text book image
Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY