Question: Assignment 1 Write a program that returns or print a new array by eliminating the duplicate values in the array using the following instructions. -
Assignment 1 Write a program that returns or print a new array by eliminating the duplicate values in the array using the following instructions. - Create a parent class called RemoveDuplicates Create a method in the parent class to remove the duplicate - Method header should be: public static int[] eliminateDuplicates() - Create a child class called RemoveDuplicatesC Create an override method - Method header should be: public static void eliminateDuplicates(int[] list) - Create a test class and called both methods as proof that it works correctly. FYI: both methods have the same name but one accept parameters the other do not. Please submit all three files and a word document with a screenshot of your output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
