Directed Inheritance
Hi,
I need to reuse properties in the (rule-obj-) classes. So i thought to use this class as a directed inheritance for my data class(ABC-data-test).But while saving i am getting the below error. Can't we reuse the rule-obj classes as directed inheritance for normal classes?
Hi,
I need to reuse properties in the (rule-obj-) classes. So i thought to use this class as a directed inheritance for my data class(ABC-data-test).But while saving i am getting the below error. Can't we reuse the rule-obj classes as directed inheritance for normal classes?
Cannot create class 'ABC-Practice-DatA-TEST' that does not start with 'Rule-', as 'ABC-Practice-Data-TEST' derives ultimately from 'Rule-'.