what is the advantage of INOUT parameter over OUT parameter?
Answer Posted / m.hema kumar
inout parameter means same parameter can be used as input
and output parameter,out parameter means that it can be
used for only displaying out put.
example:
public function name(in a,inout b)
{
a=1;
b=2;
}
printf(b);
answer:3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
two file is there how will compate it by useing qtp.
Without the gui map, use the phy desc directly?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
what is qtp licence
Explain difference between winrunner and test director?
How do you find an object in an gui map.
what is mean by release in quality center and who will perfom?
Where did you learn winrunner and testdirector?
What are data driven tests?
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
What is contained in the test scripts?
When do you feel you need to modify the logical name?
Hiiiiiiiii This is lavanya.....At present i m working as a MATLAB developer at CMC(A tata enterprise)from about1 year .now i want to move to testing field as a fresher?Is this possible...can anyone give me a suggestion regarding d testing field.....
What is the use of gui map?
What is the purpose of regexp_msw_class property?