Answer to Question #38249 in C# for Yikwun

Question #38249
How do I run a subprogram from a different class
1
Expert's answer
2014-01-08T09:20:14-0500
Make sure that the method from another class is public.
If the target method is static - you can use OtherClass.OtherMethod(); to execute it.
If not - you have to create an object of this class, to have access to its methods:
OtherClass MyObj = new OtherClass();
MyObj.OtherMethod();

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS