hi divya,
take d ex below..
class example;
integer x;
function new (integer x)
this.x = x;
endfunction
end class
now the compile will know how to resolve between class propert x ans method argument x and for this purpose we usaually use this...but if u hv diff variable thn use of this is not necessary...
i hope u r clear..if u still hv any querry u can ask..
well i do hv one doubt..
can u explain me the eaxact functionality of
fet_randstate and set_randstate...
|