Question 11 / 28:
Given the following directory structure:
org
| -- Robot.class
|
| -- ex
|-- Pet.class
|
|-- why
|-- Dog.class
And the following source file:
class MyClass {
Robot r;
Pet p;
Dog d;
}
Which statement(s) must be added for the source file to compile? (.)
Choose 3