What is auxiliary methods in Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is auxiliary methods in Java?

I need to create auxiliary method that will add digit in array in index 0 when it is called inside another method. Did not find any good explanation in internet.

4th Nov 2022, 8:45 PM
FERUZ
3 Answers
+ 4
"Auxiliary" is not tech jargon. It just means something additional, extra function, like a tool or utility, that is not in the context of the business domain of the program. So, you just have to write A method. :)
4th Nov 2022, 9:43 PM
Tibor Santa
Tibor Santa - avatar
+ 2
Thank you for explanation Tibor Santa
4th Nov 2022, 10:27 PM
FERUZ
0
you may find the term 'helper'
5th Nov 2022, 12:23 AM
zemiak