G
Guest
I was hoping to code a base class that would somehow require inheriting
classes to define an Enum.
Each inheriting child class needs to define it's own enum with it's own
enumerated values, which are unique for that child class. I can't find a way
for a base class to required this. Any ideas?
TIA
classes to define an Enum.
Each inheriting child class needs to define it's own enum with it's own
enumerated values, which are unique for that child class. I can't find a way
for a base class to required this. Any ideas?
TIA