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 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
Get step-by-step solutions from verified subject matter experts
