InterviewSolution
Saved Bookmarks
| 1. |
What Is Supertype ? |
|
Answer» The supertypes of a TYPE are all the INTERFACES and CLASSES that are EXTENDED or IMPLEMENTED by that type. The supertypes of a type are all the interfaces and classes that are extended or implemented by that type. |
|