Question: In Object-Oriented Databases, what does \'inheritance\' allow?
Options:
Correct Answer: Creating new classes based on existing ones
Solution:
Inheritance allows for creating new classes based on existing ones, promoting code reuse and organization.