What is the difference between Method and procedure?

Showing Answers 1 - 1 of 1 Answers

Saiamar

  • Dec 7th, 2006
 

The action that one going to perform on the object is called Method.It tooks the parameters and some times returns the value(optional) too.The method is the term which is used in Object oriented programmings.

Procedure:is a sequence of code which performs a specific task, as part of a larger program, and is grouped as one or more statement blocks;

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