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 all are the different databases winrunner can support?
Explain data parameterization in winrunner?
How to check property of specific icon is highlighted or not?
What is toogle breakpoints? How does it differ from break points?
what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance
How do you make the configuration and mappings permanent?
How do you handle pop-up exceptions?
Explain the synchronization points?
what is qtp licence
What do you verify with the database check point custom and what command it generates, explain syntax?
What is the difference between gui map and gui map files?
How do you find out which is the start up file in winrunner?
Welcome link is dynamic. How do you handle? What is your approach and write script.plz send answer
What are the reasons that winrunner fails to identify gui object?
Why don’t we normally load the gui maps through start up scripts?