In an inheritance hierarchy, what do subclasses inherit from their superclass?

  • Attributes and relationships
  • Indexes
  • Primary keys
  • Secondary keys
In an inheritance hierarchy, subclasses inherit attributes and relationships from their superclass. This enables the reuse of common data elements and promotes a hierarchical structure in the database model.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *