On 9/3/11, Andrej Mitrovic <[email protected]> wrote: > On 9/3/11, Timon Gehr <[email protected]> wrote: >> What happens if you declare the function final? > > Doesn't help. But it has to be virtual as every object needs to have > it's own set of delegates.
Erm, sorry that reasoning was wrong. The function is defined once in an abstract class and can be final, absolutely.
