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


Please Help Members By Posting Answers For Below Questions

Explain the purpose of different record methods?

745


How do you copy and move objects between different gui map files?

732


What is the use of test director testing tool?

787


Explain the synchronization points?

653


How do you handle pop-up exceptions?

690






what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance

1130


Explain the use of test director software?

706


What is tsl? What 4gl is it similar too?

848


plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?

2191


What is the use of virtual object wizard and how it is used?

721


What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?

701


What in contained in the GUI map?

696


Hi iam a begginer or rather new stsrter to QTP and strugling to start as i have to start writing the automated scripts for the existing manual testing could some one send me some tips ans tricks for a jump start. Any help is greatly appreciated

1930


Which are default codes winrunner generates when we start the application?

1695


Explain the purpose of gui spy?

694