Question: Design a class Grading with the methods, get _ RegNo ( ) and put _ RegNo ( ) to read and display the Reg _
Design a class Grading with the methods, getRegNo and putRegNo to read and display the
RegNo of each student and get Acad and putAcad to read and display their marks in
subjectsMaximum mark in each subject is Declare the RegNo & marks as private data members.
Create an interface called CoCurricular with getScore to read the points scored in Cocurricular
activities Maximum score is and methods putScore that will display the score obtained by a
student in CoCurricular activities. Design a class called Result that will implement the methods
getScore to putScore and generate the final score Maximum score is based on the marks
obtained from the CoCurricular activities and the Academic score obtained from the
superclass Student. Write a demo class to create an object of Result class, input the details and display
the final score
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
