|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#107. Given: 1. class BaseClass { 2. private float x = 1.of; 3. protected float getVar() { return x; } 4. } 5. class SubClass extends BaseClass { 6. private float x = 2.Of; 7. // insert code here 8. }
Which two are valid examples of method overriding when inserted at line 7? (Choose two)
Show comments for this question (0)
Add comments
Link to this question
|
|
|
|
gen. 0.216
|
Server date 05:27 10-01-2009
|
Developed by Zip © 2006
|
|
 |
|
|