Thread overview | |||||
---|---|---|---|---|---|
|
March 27, 2004 final keyword | ||||
---|---|---|---|---|
| ||||
how does "final" keyword works? is it a synonim for "const"? best regards, Miguel Ferreira Simões |
March 28, 2004 Re: final keyword | ||||
---|---|---|---|---|
| ||||
Posted in reply to Miguel Ferreira Simões | 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 Re: final keyword | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vathix | 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.
>
>
|
Copyright © 1999-2021 by the D Language Foundation