Multiple choice technology web technology

These are the Classes mapping to respective tables Class Table Work-Object PC_Work Work- PC_Work Policy-Admin-Work PC_PolAdmin If a new class created under “Policy-Admin-Work” class group which table it will be saved.

  1. a. PC_Work

  2. b. PC_Other

  3. c. PC_PolAdmin

  4. d. Base Table

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Classes inherit table mapping from their parent class. Policy-Admin-Work maps to PC_PolAdmin table, so any class created under it (like Policy-Admin-Work-MyClass) will also map to PC_PolAdmin.