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 + ListeningMark/2 C) Controlling class : StudentAbstract - To create an object of English class - To print totalScore of the English

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter10: Object-oriented Programming
Section: Chapter Questions
Problem 16RQ
icon
Related questions
Question
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
Transcribed Image 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
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage