_______ allows entities of different types to be treated uniformly based on their shared superclass.
- Abstraction
- Encapsulation
- Inheritance
- Polymorphism
Inheritance allows entities of different types to be treated uniformly based on their shared superclass. This concept promotes code reusability and a more intuitive representation of relationships between entities.
Loading...
Related Quiz
- _______ is the highest level of normalization that a relational database can achieve.
- Scenario: A retail chain wants to analyze sales data from each of its store locations separately to identify regional trends and preferences. Would you recommend implementing a Data Warehouse or multiple Data Marts, and what factors would you consider in making this decision?
- How do dictionary-based compression algorithms work?
- What are the main advantages of using clustering in a distributed database system?
- Dimension tables typically contain _______ data that provides context to the metrics in the fact table.