9. How will you define the term Elaborate the difference between its types and subtypes?
Answers
Answered by
0
Answer:
Anywhere a type definition can appear, a sub- type definition can also appear. The difference between a type and a subtype is that a subtype is a subset of a previous- ly defined parent (or base) type or subtype. Overlapping subtypes of a given base type can be compared against and assigned to each other.
Explanation:
Anywhere a type definition can appear, a sub- type definition can also appear. The difference between a type and a subtype is that a subtype is a subset of a previous- ly defined parent (or base) type or subtype. Overlapping subtypes of a given base type can be compared against and assigned to each other.
Similar questions