Dinesh N wrote:

Hi,
If i have a function,
pubilc string testFun1(String s1,String s2)
{
return testFun1(s1,s2,false);
} public String testFun1(String s1,String s2, Boolean test)
{
calling some other fn which return String.
}



Now is there any way to Test which fn get called if arguments passed are two or three?

Why are you testing the compiler? -- J. B. Rainsberger, Diaspar Software Services http://www.diasparsoftware.com :: +1 416 791-8603 Let's write software that people understand

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to