Define the terms :
1. Function Call
2. Method Call
50 points(:
Answers
Answer:
Function cell
cells are the building blocks of all living beings that provide structure to the body and convert the nutrients taken from the food into energy CLR Complex and their components provide various function in organisms
in computer
instances application for sale is a box in which you can enter single piece of data
method cell
the method involves the continuum machines analysis...
hope it may help u
please mark it as a brainlist answer
Answer:
Function call :
A function is a piece of code that is called by name. It can be passed data to operate on (i.e. the parameters) and can optionally return data (the return value). All data that is passed to a function is explicitly passed. A method is a piece of code that is called by a name that is associated with an object.
Method call :
To call a method in Java, write the method's name followed by two parentheses () and a semicolon; The process of method calling is simple. When a program invokes a method, the program control gets transferred to the called method
❤️