Question: Question First, you need to design, code in Java, test and document a base class, Student. The have the following information: A. Title of the

Question First, you need to design, code in Java, test and document a base class, Student. The have the following information: A. Title of the student (eg Mr, Miss, Ms, Mrs etc) B. A first name (given name) C. A last name (family name surname) D. Student number (ID) - an integer number (of type long) E. A date of birth (in day/month year format - three ints) - (Do NOT use the Date JAVA) The student class will have at least the following constructors and methods: two constructors - one without any parameters (the default constructor), an parameters to give initial values to all the instance variables. (1i) a reasonable number of set and get methods. (iii) methods to compute the final overall mark and the final grade (which will be the respective child classes). These two methods will be void methods that appropriate instance variables. Remember one method can call another meth
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
