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 are the two modes of recording?
i would like to know the steps to write tsl exception and object exception with a simple example
Explain data parameterization in winrunner?
How to check property of specific icon is highlighted or not?
How do you identify which files are loaded in the gui map?
what is the difference between toggle checkpoint and checkpoint?
How do you handle dynamically changing area of the window in the bitmap checkpoints?
Explain the purpose of gui spy?
What is the purpose of gui spy?
How do you call windows APIs, explain with an example?
What are different types of checkpoints?
What is the use of gui map and what happens when the gui map file get loaded?
What is the use of virtual object wizard and how it is used?
What is the difference between writing a function and writing a script?
What is the purpose of different record methods?