go to previous page   go to home page   go to next page

Answer:

Yes, a parent can have any number of children. But child can have only one parent.


Interchangeable Phrases

pairs of terms

There are three sets of phrases for describing inheritance relationships: parent/child, base class/derived class, superclass/subclass. Programmers use all three sets interchangeably.


QUESTION 4:

Can a parent class inherit characteristics from its child class?