- 4
Java
1. Write a small Java program that demonstrates constructor chaining using a hierarchy of three classes as follows: A is the parent of B which is the parent of C. Modify your definition of A so that it has exactly one constructor that takes an argument, and show how B and/or C must be changed to work with it. 2.        Add methods to âsetâ and âgetâ the instance variables in the Student class. These would consist of: getIdNum, getGPA, setIdNum, and setGPA.
3 Answers
+ 13
We don't like homework!đ
Try to write it on your own, we will help you if you don't know what to do anymoređ
+ 3
Hey!
So...cool that's your homework, in what can we help you?
You want us to do it?
Or you have a question?
It's better if you paste your code
0
yea it is...I need help with the codes...I just started java class and still finding it tough