Thread overview
final keyword
Mar 28, 2004
Vathix
Mar 28, 2004
C. Sauls
March 27, 2004
how does "final" keyword works?
is it a synonim for "const"?

best regards,
Miguel Ferreira Simões


March 28, 2004
Miguel Ferreira Simões wrote:
> how does "final" keyword works?
> is it a synonim for "const"?
> 
> best regards,
> Miguel Ferreira Simões
> 
> 

The final attribute means the member function can't be overridden.


-- 
Christopher E. Miller
March 28, 2004
A la Java?

-C. Sauls
-Invironz

Vathix wrote:
> Miguel Ferreira Simões wrote:
> 
>> how does "final" keyword works?
>> is it a synonim for "const"?
>>
>> best regards,
>> Miguel Ferreira Simões
>>
>>
> 
> The final attribute means the member function can't be overridden.
> 
>