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
What is the use of gui map and what happens when gui map file get loaded?
what is the testing high level architecture
How should we write and execute a user define function using WinRunner.
What all are the different databases winrunner can support?
you hae a inbox and got a mail how can you know it is there or not write script.
Explain the synchronization points?
when start testing
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
What is the purpose of regexp_label property and regexp_msw_class property?
What is the use of gui map?
What are the virtual objects and how do you learn them?
What are the modes of script recording in winrunner ?
by useing qtp where the maximum people feeling difficult
What different actions are performed by find and show button?
What are the different modes of recording in winrunner?