Question: a) Implement a class called CourseModule, whose constructor and public methods are listed in the table below. Each coursemodule has attributes: name, module id, course

 a) Implement a class called CourseModule, whose constructor and public methods

a) Implement a class called CourseModule, whose constructor and public methods are listed in the table below. Each coursemodule has attributes: name, module id, course credits and semester. These attributes have types String, String, int and int, respectively. (6 marks) b) Write a code fragment that creates two instances of the CourseModule class and outputs the module names and module ids on the screen. (4 marks) a) Implement a class called CourseModule, whose constructor and public methods are listed in the table below. Each coursemodule has attributes: name, module id, course credits and semester. These attributes have types String, String, int and int, respectively. (6 marks) b) Write a code fragment that creates two instances of the CourseModule class and outputs the module names and module ids on the screen. (4 marks)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!