I just started with AtomsFramework.
I have a Subscriber class that inherits from the abstract Person class. How can I inherit CPersistentObject in this Subscriber class (as it already inherits from Person)?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just started with AtomsFramework.
I have a Subscriber class that inherits from the abstract Person class. How can I inherit CPersistentObject in this Subscriber class (as it already inherits from Person)?
Thanks.
If your inheritance model is as follows
Subscriber inherits Person and
Person inherits CPersistentObject
then Subscriber implicitly inherits CPersisentObject.