On 13 June 2013 18:38, David Harkness wrote:
> Hi Richard,
>
> On Thu, Jun 13, 2013 at 10:16 AM, Richard Quadling wrote:
>
>> I'm building a class which needs to have certain methods called by the
>> subclass, but the subclass can extend but not obscure/override the
>> behaviour.
>>
>
> This is t
Hi Richard,
On Thu, Jun 13, 2013 at 10:16 AM, Richard Quadling wrote:
> I'm building a class which needs to have certain methods called by the
> subclass, but the subclass can extend but not obscure/override the
> behaviour.
>
This is the Template Method pattern, though in this case you could us
Hi.
I'm building a class which needs to have certain methods called by the
subclass, but the subclass can extend but not obscure/override the
behaviour.
So, for example, a method AuthRequestMade() will record the activity of
making an authorisation request. It cannot make the actual request as th
3 matches
Mail list logo