Microsoft
MB6-894 · Question #32
MB6-894 Question #32: Real Exam Question with Answer & Explanation
Sign in or unlock MB6-894 to reveal the answer and full explanation for question #32. The question stem and answer options stay visible for context.
Question
You create a new class named NewClass1 in a model. NewClass1 manipulates the CustTable table in the protected method modifyCustTable. NewClass1 has the following code: class NewClass1 { public static MainClass1 construct() { return new MainClass1(); } protected void modifyCustTable() { ... } } In the same model as NewClass1, you create a new class named NewClass2. You want to run the code in the modifyCustTable method from the callModifyCustTable method in NewClass2. What is a correct example of calling the modifyCustTable method from NewClass2?
Options
- A{
- Bclass NewClass2
- Cclass NewClass2 extends NewClass1
- Dclass NewClass2 extends NewClass1
Unlock MB6-894 to see the answer
You've previewed enough free MB6-894 questions. Unlock MB6-894 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.