Exam 70-536 : .NET Framework Application Development Foundation Part – 15
Question: You write the following code to implement the CompanyClass.MyMethod function. public class CompanyClass { public int MyMethod(int arg) { return arg; } } You need to call the CompanyClass.MyMethod function dynamically from an unrelated class in your assembly. Which code segment should you use? CompanyClass myClass = new CompanyClass();… Continue reading