Multiple choice technology web technology All the classes except @baseclass should have directed inheritance True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation All classes must have directed inheritance EXCEPT @baseclass, which is the ultimate parent and has no parent itself. Pattern inheritance applies to some classes, but directed inheritance is required for all non-root classes.