What is the Difference between Action, Procedure and Function?

Showing Answers 1 - 2 of 2 Answers

Krishna

  • Jun 27th, 2007
 

Action is a part of Function.
Function is a Like a Functional Test case.
Procedure is a process to perform the Different Actions

  Was this answer useful?  Yes

GManohar

  • Jul 20th, 2007
 

Actions: By using Actions we can pass multiple number of input parameters at the same time it will returns multiple number of
output parameters.

Functions: But where as functions we can pass multiple input parameters, but it will returns only one output parameter.

Procedure: Procedure wont return any value. Just it will perform the actions
which it contains

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions