Answered step by step
Verified Expert Solution
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.
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...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started