Q. DIFFERENCE BETWEEN THE ABSTRACT AND CONCRETE CLASSES IN PEGA PRPC?
ABSTRACT CLASS:
ABSTRACT CLASS:
- Abstract Classes can contain any rule type
- Cannot contain instances
- Great for reuse
- The name of a abstract class must end with a dash (-).
CONCRETE CLASS:
- Concrete classes hold persistent objects, known as instances
- Names must not end with a dash (-)
- Names should define the type of work being performed.