Write a Class called Module with the following attributes:
module code, module name, list of lecturers for the module (some
modules may have more than one lecturer – we only want to store
their names), number of lecture hours, and module description.
Create a parameterised (with parameters for all of the class
attributes) and a non-parameterised constructor, and have the
accessor and mutator methods for each attribute including a
toString method. Write a class Student with the following
attributes: student...