Object Oriented Programming (OOPs)

© examsiri.com
Question : 66 of 72
 
Marks: +1, -0
Given:
1. class Zing {
2.   protected Hmpf h;
3. }
4. class Woop extends Zing { }
5. class Hmpf { }

Which is true? (Choose all that apply.)
Go to Question: