sneezey
✅ How to call base implementation in abstract class?
not sure how right I am, but:
You could make a new method that the new functionality overrides, but is a
protected
keyword method?
then the FillSchema can call the new method, then you don't need to remember the base.FillSchema(...)
41 replies