Tagged Questions

0
votes
2answers
28 views

Overridable Subroutine Without Default Behavior?

In a base class object, I have an overridable subroutine that I would like all derived objects to have the ability to include. However, they don't have to, and if it's not necessary for them to use ...