A developer has a page with two extensions overriding the Standard controller for Case.
Each extension has a method called Save. The page has a command button as defined:
What will happen when a user clicks the command button?
A. All of the three Save methods will be executed
B. Save from Case Standard Controller will be executed
C. Save from CaseExtensionTwo will be executed
D. Save from CaseExtensionOne will be executed
Suggest answer: D
Reference:
No comments:
Please share to make the community better.