Object Oriented Programming (OOPs)

© examsiri.com
Question : 40 of 72
 
Marks: +1, -0
Given:
1. class One {
2.   void foo() { }
3. }
4. class Two extends One {
5.   /*insert method here*/
6. }

Which three methods, inserted individually at line 5, will correctly complete class Two?
Go to Question: