Given.
Which two statements are true?()
A.Foo.beta() is a valid invocation of beta().
B.Foo.alpha() is a valid invocation of alpha().
C.Method beta() can directly call method alpha().
D.Method alpha() can directly call method beta().
Given:
What is the result?()
A.true true
B.false true
C.true false
D.false false