Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
0
votes
2answers
55 views

Quick Object Architecture question

Scenario: I am building our order processing system. I have an Order object that will contain a Generics list of Invoice and PurchaseOrder objects. I'm pretty sure that I would include the Customer ...