Oracle
1Z0-803 · Question #19
Given: What code should be inserted?
The correct answer is C. Option C. Dog should be an abstract class. The correct syntax for this is: abstract class Dog { Poodle should extend Dog (not implement).
Using Operators and Decision Constructs
Question
Given:
What code should be inserted?
Exhibits
Options
- AOption A
- BOption B
- COption C
- DOption D
- EOption E
- FOption F
How the community answered
(53 responses)- B2% (1)
- C75% (40)
- D13% (7)
- E6% (3)
- F4% (2)
Explanation
Dog should be an abstract class. The correct syntax for this is: abstract class Dog { Poodle should extend Dog (not implement).
Topics
#code completion#conditional logic#loop control
Community Discussion
No community discussion yet for this question.

