Google News
logo
Pega - Interview Questions
What are the different types of classes that PRPC support?
The different types of standard classes available are.
 
Base class : It is the ultimate base class, and Its Child Classes are work-, Data-, Rule-, Assign-, History-, etc. Pega always supports two types of classes which are abstract classes and concrete classes.

* Abstract Classes : These classes end with '-' and abstract classes cannot create any work object instances.
* Concrete Classes :  It does not end with '-', and abstract classes will create work object instances.
Advertisement