Hi,

There are two classes A and B.

class A
{

void a1(char )

}

and

class B
{

void b1(char )

}

Now, i need to call a1 function from b1.How this can be done.

Regards,
harsha.