In the following example, which sharing context myMethod execute when it is invoked? public Class myClass { public void myMethod() { /* implementation */ } }
A. Sharing rules will not be enforced for the running user.
B. Sharing rules will be inherited from the calling context.
C. Sharing rules will be enforced for the running user.
D. Sharing rules will be enforced by the instantiating class.
Suggest answer: A
Reference:
No comments:
Please share to make the community better.