Object Oriented Programming (OOPs)
© examsiri.com
Question : 33 of 72
Marks:
+1,
-0
Given:
Which five methods, inserted independently at line 5, will compile?
1.public class Blip {
2.   protected int blipvert(int x) { return 0; }
3. }
4. class Vert extends Blip {
5.   /* insert code here*/
6. }Which five methods, inserted independently at line 5, will compile?
Go to Question: