The inner frame within a top-level window can be referred as
A
parent(parent)
B
parent.parent
C
parent*parent
D
none of the mentioned
Correct Answer: parent.parent
If a frame is contained within another frame that is contained within a top-level window, that frame can refer to the top-level window as parent.parent.