Question: Decomposition of an algorithm is dividing the algorithm into several subparts that each subpart performs different task. The method that is declared as private can
Decomposition of an algorithm is dividing the algorithm into several subparts that each subpart performs different task.
The method that is declared as private can be called through the other members of the same class.
The methods that are used for internal processing but not used outside the class are declared as private.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
