Question: Write a Java program that meets the followinga. It has a abstract class that contains a student nameb. Include get() and set() methods for the
Write a Java program that meets the followinga. It has a abstract class that contains a student nameb. Include get() and set() methods for the abstract class where the student number is set/get;c. Create three child classes for first year, second year and third year.d. Each class must display a distinct announcement for first years, second years and third years.
Step by Step Solution
3.44 Rating (160 Votes )
There are 3 Steps involved in it
Studentjava FirstYearjava SecondYearjava ThirdYearjava TestSt... View full answer
Get step-by-step solutions from verified subject matter experts
