D
Deb
Suppose there is a finction as below where I am passing an Object.
How can I know (Inside the Function) what is the type of the Object
passed.. I mean if its an int or vector or arraylist...
function testfn(Object obj)
{
<Function BODY>
I have tto determine the type of the object HERE...
}
How can I know (Inside the Function) what is the type of the Object
passed.. I mean if its an int or vector or arraylist...
function testfn(Object obj)
{
<Function BODY>
I have tto determine the type of the object HERE...
}