A superclass is defined as an object without a matching database table in ____ Inheritance, and its attributes and mappings are inherited by its subclasses

40. A superclass is defined as an object without a matching database table in ____ Inheritance, and its attributes and mappings are inherited by its subclasses.

  1. Table per class strategy
  2. Joined table strategy
  3. Single table strategy
  4. Mapped Superclass

Answer: D) Mapped Superclass

Explanation:

A superclass is defined as an object without a matching database table in Mapped Superclass Inheritance, and its attributes and mappings are inherited by its subclasses.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.