CS 3304: Comparative Languages
Object-Oriented Programming
[
Course Documents
] : [
Object-Oriented Programming
]
Previous
Contents
Next
Keyword Index
Design Issue: Are Subclasses Subtypes?
Does an is-a relationship hold between a parent class object and an object of the subclass?
If so, how is it enforced?
If not, what does inheritance "mean"?