Suppose
public class A
{
int a=5;
void sum()
{int a=5,b=5,c;
c=a+b;
}
}
public class B
{
int b=6;
void getmethod(string A,int a)
{
//code
}
}
So How can i do it?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.


Jaish MathewsPosted Aug 25, 2018, 12:12 PM
Navjot AngraPosted Aug 25, 2018, 12:31 PM
Amit GuptaPosted Aug 25, 2018, 12:23 PM
Navjot AngraPosted Aug 25, 2018, 12:16 PM
Amit GuptaPosted Aug 25, 2018, 11:39 AM