Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

code using intelliJ. Detailed descriptions and commenting for better understanding please. Scenario EVERY UNIT/SUBJECT OFFERED IN THE FACULTY OF INFO TECH HAS THEIR OWN ASSESSMENT.

code using intelliJ. Detailed descriptions and commenting for better understanding please. 




imageimage

Scenario EVERY UNIT/SUBJECT OFFERED IN THE FACULTY OF INFO TECH HAS THEIR OWN ASSESSMENT. IT CAN BE A MID-TERM TEST, CODING TASKS, ESSAY REPORT OR FINAL EXAM. YOU ARE REQUIRED TO EXTEND the UNIT JAVA CLASS BASED ON THE SPECIFICATIONS AS BELOW TASKS Task 1 (W9 to W10-10 marks) Code the class shell and instance variables called Assessment. An Assessment instance has the following attributes: assessmentName: length of 20 characters max assessmentValue: The range of value must be 0 to 100% inclusive. Code the getter/accessor methods for all the instance variables Code the setter/mutator methods for all the instance variables. NOTE: The code must protect the integrity of the class's instance variables as required and utilise appropriate naming conventions. Task 2 (W11 - 10 marks) Code a subclass of Unit called UnitAssessment that has additional instance variables called assessmentList which is an Arraylist of Assessment's object. This array can support up to 10 types of assessment. typeOfAssessment which is an Assessment's object. A subclass's 4-parameter constructor that includes 3 instances variables from super class (unitCode,

Step by Step Solution

There are 3 Steps involved in it

Step: 1

To accomplish the tasks specified in the scenario using IntelliJ we will cre... 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

Step: 3

blur-text-image

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

Introduction To Leadership Concepts And Practice

Authors: Peter G Northouse

5th Edition

1544351593, 978-1544351599

More Books

Students also viewed these Programming questions

Question

When are committee reports useful to a tax researcher?

Answered: 1 week ago

Question

Describe the BellMagendie Law and how it was discovered.

Answered: 1 week ago

Question

2.13 Evaluate biomedical treatment approaches.

Answered: 1 week ago