Declarations and Access Control Logic

© examsiri.com
Question : 25 of 29
 
Marks: +1, -0
Given the following,
1. interface Base {
2.   boolean m1 ();
3.   byte m2(short s);
4. }

Which code fragments will compile? (Choose all that apply.)
Go to Question: