Multiple choice technology web technology

Which of the following classes is/are abstract:

  1. a) PegaRP-Work-Object-Admin-

  2. b) PegaRP-Data-ProductArea

  3. c) PegaRP-Work-Object-Admin

  4. d) PegaRP-Work-Project

  5. e) All of the above

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

In Pega, abstract classes cannot create work objects and end with a hyphen. 'PegaRP-Work-Object-Admin-' ends with a hyphen, indicating it's abstract. 'PegaRP-Work-Object-Admin' and others without hyphens are concrete classes that can create instances.