多选题Given: Which three methods, inserted individually at line 14, will correctly complete class Two?()Aint foo() { /* more code here */ }Bvoid foo() { /* more code here */ }Cpublic void foo() { /* more code here */ }Dprivate void foo() { /* more code here
题目
多选题
Given: Which three methods, inserted individually at line 14, will correctly complete class Two?()
Aint foo() { /* more code here */ }
Bvoid foo() { /* more code here */ }
Cpublic void foo() { /* more code here */ }
Dprivate void foo() { /* more code here */ }
Eprotected void foo() { /* more code here */ }
相似考题