Static property override
I have a base class
Base Class
Child Class
Usage
What should I use to create structure like above?
BaseOptions and it has name value, that I will override in each child class. Base Class
Child Class
Usage
What should I use to create structure like above?