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.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |