InterviewSolution
Saved Bookmarks
| 1. |
What Is Subtype ? |
|
Answer» If TYPE X EXTENDS or IMPLEMENTS type Y, then X is a SUBTYPE of Y. If type X extends or implements type Y, then X is a subtype of Y. |
|