Question: This lab will extend the Student class from Lab 3 . You can use your own or use the posted solution. Write a class called
This lab will extend the Student class from Lab
You can use your own or use the posted solution.
Write a class called MonitoredStudent
This class handles a special student who is currently on Academic Probation.
MonitoredStudent is a subclass of Student.
The class has one Instance variables, an int called minPassingAvg that stores an integer of the minimum average grade required for the student to be removed from Academic Probation.
Constructor
Default constructor that sets the instance fields to a default value, remember to pass the appropriate values to the super class.
Parameterized constructor that sets the instance field to a parameter value, remember to pass the appropriate values to the super class.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
