Let's say I have inheritance like this
Person
|
+-----+------+
| |
Student Teacher
Then I would call Person
the Base.
How would I call Student
?
Inherited class sounds stupid. Is there a single word for it?