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

1 Expert Approved Answer
Step: 1 Unlock

Studentjava FirstYearjava SecondYearjava ThirdYearjava TestSt... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!