All Questions
Tagged with template-method virtual-functions
1 question
1
vote
1
answer
82
views
Virtual method returning a unique collection - how to ensure and hint?
I have a virtual method that returns a collection of items that must be unique. I want to make sure that it will be obvious when overriding the method. What is the best way to do this?
Here is an ...