The child class generalizes or extends the parent class by providing more functionality.
The child doesn't change anything inherited from the parent, it simply adds new features.
Example, Java Properties inheriting from Hashtable.