• Home
  • Blog
  • Rasmussen College Work of a Software Developer Project

Rasmussen College Work of a Software Developer Project

0 comments

I’m trying to study for my Java course and I need some help to understand this question.

You are working as the software developer and need to solve the problem using the inheritance concept. Your goal is to create the method to sort the numbers and then perform the addition. Here are the steps that need to be completed.

Step 1: Create the base class that has the sorting method. The sorting method should take the input parameter as the array and print the sorted array.

Step 2: Create the child class that inherits all the methods from the above base class. The child class has the addnumber method that adds all the numbers from an array. The addnumber method first calls the base class sorting method to sort all the array numbers. Once the numbers in the array are sorted, then addnumber method adds all of them.

Your submission should include the following:

  • Base Class
  • Child Class
  • Entire Java Solution
  • Output screenshot created in Microsoft Word

About the Author

Follow me


{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}