www.digitalmars.com         C & C++   DMDScript  

D - final keyword

reply "Miguel Ferreira Simões" <kobold netcabo.pt> writes:
how does "final" keyword works?
is it a synonim for "const"?

best regards,
Miguel Ferreira Simões
Mar 27 2004
parent reply Vathix <vathix dprogramming.com> writes:
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
Mar 27 2004
parent "C. Sauls" <ibisbasenji yahoo.com> writes:
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.
Mar 28 2004