Multiple choice technology packaged enterprise solutions

Classes that end in “-” must be abstract by convention

  1. Classes that end in “-” must be abstract by convention

  2. Abstract classes can not have instances

  3. Concrete classes must belong to a class group

  4. A class group must always have at least one key

Reveal answer Fill a bubble to check yourself
C Correct answer
AI explanation

In Pega/PRPC, a concrete class (one that can have actual work object instances) must belong to a class group so the platform knows which database table to store its instances in alongside other classes sharing the same key format. There's no naming convention where a trailing hyphen forces a class to be abstract, and a class group itself doesn't require a key — it's the concrete class's need for storage that drives the class-group requirement.