Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

JAVA QUESTION 2 Harold Cohen is one of the most progressive private higher education institutions. Due to a high demand in computer science and engineering

JAVA

image text in transcribed

image text in transcribed

QUESTION 2 Harold Cohen is one of the most progressive private higher education institutions. Due to a high demand in computer science and engineering studies, the institution offers online classes to prospective students. The following diagram shows the inheritance hierarchy used in developing a course registration system for the institution. public class courseRegistration private String student ID; private String student.Name; private int studentAge; private char student Gender: private int studentType; //1.undergraduate or 2.postgraduate Iormal constructor l/accessor methods Ilmutator method l/printer method // public double calculate Fee () (...) onlineClass - programCode: String - onlineClass(String, String int, char, int, String) + getProgramCode(): String - setProgramCode(String) void calculateFeel): double toString(): String a) Based on the above diagram, perform the following tasks. 1. Identify the superclass and subclass. (2 marks) 1. Identify an additional data member for the subclass. (1 mark) iii. Which method implements method overriding. Give a reason for your answer. (2 marks)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Inference Control In Statistical Databases From Theory To Practice Lncs 2316

Authors: Josep Domingo-Ferrer

2002nd Edition

3540436146, 978-3540436140

More Books

Students also viewed these Databases questions

Question

Define turnover and turnover intent.

Answered: 1 week ago

Question

Is the person willing to deal with the consequences?

Answered: 1 week ago

Question

Was there an effort to involve the appropriate people?

Answered: 1 week ago