Discussion
hcl technologies
hcl technologies
IN
hcl technologies
Posted: Jul 27, 2015
Last activity: Jul 27, 2015
Last activity: 27 Jul 2015 6:02 EDT
Closed
why @baseclass is abstract class
Hello,
As per pega documentation,the class which will end with hypen is abstarct class right? how come @baseclass is abstarct class. Is there any specific reason for making @baseclass as abstarct class.?
Ending an abstract class with a hyphen "-" is purely a design decision. There is no technical advantage for doing this. @baseclass is not intended to be instantiated and therefore is created as an abstract class for the purpose of creating reusable rules that is applicable to all classes created in Pega.