Multiple choice technology

A Top-level Class

  1. Inherits from @baseclass

  2. Inherits from Work-

  3. Contains most of your business logic

  4. Is usually the same as a “bottom level” class

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

In Pega's class hierarchy, @baseclass is the ultimate root class from which all classes inherit. Top-level classes directly inherit from @baseclass, while Work- and other pattern classes are specialized subclasses. Business logic resides in lower-level implementation classes, not top-level structural ones.