Saved Bookmarks
| 1. |
Explain The Difference Between Total Specialization And Partial Specialization? |
|
Answer» TOTAL specialization EXISTS when every instance of a supertype must ALSO be an instance of a subtype. Partial specialization exists when every instance of a supertype does not have to be an instance of a subtype. Total specialization exists when every instance of a supertype must also be an instance of a subtype. Partial specialization exists when every instance of a supertype does not have to be an instance of a subtype. |
|