Question: Simplest answer is the best Thanks 6. Define a class called CSClass (as in a computer science department class) Define enough data and functionality to
6. Define a class called CSClass (as in a computer science department class) Define enough data and functionality to be meaningful. Use an array for student names and one for student numbers as a minimum of data. Define at least 5 methods, making sure they do something useful (like average grades, print out names),. You may define them as non-implemented for this part of the exercise. One method MUST be abstract. Be sure to explain why you chose the one you did. (20) 7 Choose three of the methods you defined above, and write them. One of your methods MUST display the proper use of an array, and at least one must usefully use a loop, and there must be an example of a switch. Your abstract method must show an example of how it should be properly impl FULLY DEFINED AND SYNTACTICALLY CORRECT, I will mark the entire method incorrect. (20) emented. If these are NOT CORRECTLY AND
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
