 |
|

Which statements are true?
- Friendly access is the same as default access
- Package access is the same as friendly access
- Private variables and methods can be inherited by derived classes
- Protected methods can be inherited by derived classes, but no protected variables can be
- A private method can be accessed outside its class, so long as the class itself is declared to be public
|

 |
| |
|
|
 |