answersLogoWhite

0

procedure

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What is another name for the method of continuous variations?

Another name for the method of continuous variations is the method of infinite series.


Another name for the scientific method?

Empirical method.


Another name for cooking method called boiling and steaming?

another name for that could be poaching.


What is another name for the keyword "function" in programming?

In programming, another name for the keyword "function" is "method."


What is method in programming language?

A method is another name for a function. (I am assuming you know what a function is)


Another name for method?

* Function * Subroutine * Procedure


What is another name for regression method?

time series


What is another name for the research method that referred to as participant observation?

fieldwork


What is another name for research method that referred to as participant observation?

Experimentation


What is another name for the socratic method?

The Socratic method is contradictionism, where the philosopher deliberately contradicts popular beliefs and proves them wrong.


What is another name for Socratic method?

The Socratic method is contradictionism, where the philosopher deliberately contradicts popular beliefs and proves them wrong.


What is it called when java allows you to declare methods with the same name in a class?

Yes perfectly Legal Reason: The scope of a variable declared inside a method is only till the method's end. So by defining another variable of the same name inside a different method does not create any issues.