Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions