dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]TextWriter, 'standard' overriding (a little OT)


From: Rhys Weatherley
Subject: Re: [DotGNU]TextWriter, 'standard' overriding (a little OT)
Date: Tue, 15 Jan 2002 11:40:20 +1000

S11001001 wrote:

> But my question still remains. Say, for example, I want to override one of the
> other methods (i.e. for efficiency considerations, stuff not necessary in a
> subclass). Would it be legal to do this, w/o breaking compliance with the 
> spec?
> (BTW, I realize how much more ridiculous I look for asking this question more
> and more :)

I see where you are coming from now.  There are several
different virtual "Write" methods in "TextWriter".  If you
override just one or two, then the others are still inefficient.
But if you override a few more, then the result will perhaps
be more efficient.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]