What is the difference between actual parameters and formal parameters?

Actual parameters are parameters passed to the method when the method is invoked by a method call, and can vary from call to call. Formal parameters are parameters defined in the method definition.

Questions by sujatham   answers by sujatham

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions