Formal when declaring and the Actual is when called.
public doSomething (Frog aFrog) //Formal
dosomething(jimmy) // Actual
public void myMethod(String a)//Formal
myMethod("Hello, World");
//Actual
Heisenberg - Digital Alchemist, Software Architect, Automation Specialist and Mechanical Engineer.
public void myMethod(String a)//Formal
myMethod("Hello, World");
//Actual
No comments:
Post a Comment
Note: only a member of this blog may post a comment.