Object Oriented Programming (OOPs)

© examsiri.com
Question : 67 of 72
 
Marks: +1, -0
Given:
1. class Programmer {
2.   Programmer debug() { return this; }
3. }
4. class SCJP extends Programmer {
5.   /*insert code here*/
6. }

Which, inserted at line 5, will compile? (Choose all that apply.)
Go to Question: