Q) Class Types in PEGA?
A) Two Types of Classes in Pega
1.Abstract Class
2.Concrete Class.
1.Abstract Class: This class must ends with
"-"(dash) and it con not create any work object.
2.Concrete
Class: this class does not
ends with "-"(dash) and it will create work object.
@baseclass is the Ultimate base class,
Child Classes are Work-, Data-, rile-,
Assign-, History-,.........
Nice .useful for beginners pega online training
ReplyDelete