Which of the following, if any, shows the appropriate syntax for accessing a function stored in a
frame file?

A.
relationship.frameName.functionName();
B.
relationship.frameName.objectName;
C.
frameName.functionName();
D.
None. This cannot be done.