Other Features Related to Inheritance
When an element inherits, it has all the attributes of the class it inherits. The following questions then arise:
• Is it possible to modify inherited attributes or elements (overloading)?
• Is it possible to use abstract classes?
• What happens when the inherited element is a reference?