guys please! if anyone could help me with the meaning of this terminology in java programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

guys please! if anyone could help me with the meaning of this terminology in java programming?

METHOD

14th Jan 2017, 7:34 AM
karama
2 Answers
+ 4
if we need a program (asmd) add subtract multiplication division if we write whole code in main method then if any error occurs in our program we need to check whole code for debug at this place if we use function add() for add and sub() for subtract and so on now if the error occurs the compiler tell us in which module error occurs.....that s why we need functions......
14th Jan 2017, 8:30 AM
Avnish Tomar (CCS University)
Avnish Tomar (CCS University) - avatar
+ 3
Do you know what are functions?
14th Jan 2017, 8:14 AM
Saumya
Saumya - avatar