A good answer might be:
| ||||||||||||
Picture of the Classes
Here is a picture that shows the classes and the interface. The children classes extend their parent. This is shown with a solid arrow pointing at the parent.
The solid arrows show inheritance.
The three children inherit the Two of the classes implement the interface. This is shown with a dotted arrow pointing at the interface.
The dotted arrow show what a class must implement.
The | ||||||||||||
QUESTION 6:According to the picture,
|