Multiple choice technology web technology

All classes except @baseclass must have direct inheritance.

  1. True

  2. False

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

Not all classes require direct inheritance. Pattern inheritance and directed inheritance can be used separately. @baseclass is the root and has no inheritance, but other classes can inherit through patterns without direct parent specification.