takeupcode.com
24: Inheritance. The Is-A Relationship.
Class relationships bring out the full power of object-oriented programming. Inheritance allows you to create classes that specialize or extend other classes. You can create entire hierarchies of c…