Question: Using the abstract class, and interface concepts, you need to develop a program to do the following: Please note the following: - Design an Interface

Using the abstract class, and interface concepts, you need to develop a program to do the following: Please note the following: - Design an Interface for processing an array: o Entering array elements. o Printing Array elements. o Finding Maximum element. o Finding Minimum elements. o Finding Average of array elements. Using abstract class and extending class to implement the above mentioned functions. Use TestAaryClass to show how to use abstract and Interface classes to enter array elements and finding all related functions. Add all necessary constructors, and Set, and Get methods. Try to show the override and overload concepts in your solution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
