Activity - Abstract Class An English teacher wants to find assessment mark of all the students in his course. Write a java program to find assessment mark of the students using following instructions....


Activity - Abstract Class<br>An English teacher wants to find assessment mark of all the<br>students in his course. Write a java program to find assessment<br>mark of the students using following instructions. Save the<br>project/file as StudentAbstract.<br>A) Abstract Class name: Assessment<br>Abstract Member Method:<br>- to calculate and return total score<br>totalScore()<br>B) Class name: English extends Assessment<br>Member variables: QuizMark, PracticeTest, ListeningMark<br>Member Method :<br>- Constructor to initialize member variables<br>- to calculate and return total score<br>totalScore<br>QuizMark + PracticeTest*0.25 +<br>%3D<br>ListeningMark/2<br>C) Controlling class : StudentAbstract<br>- To create an object of English class<br>- To print totalScore of the English<br>

Extracted text: Activity - Abstract Class An English teacher wants to find assessment mark of all the students in his course. Write a java program to find assessment mark of the students using following instructions. Save the project/file as StudentAbstract. A) Abstract Class name: Assessment Abstract Member Method: - to calculate and return total score totalScore() B) Class name: English extends Assessment Member variables: QuizMark, PracticeTest, ListeningMark Member Method : - Constructor to initialize member variables - to calculate and return total score totalScore QuizMark + PracticeTest*0.25 + %3D ListeningMark/2 C) Controlling class : StudentAbstract - To create an object of English class - To print totalScore of the English

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here